Players losing noob protection before designated time
hey players are losing there noob protection before the time i set. I set it for them to lose it after 12hrs but are losing it 2-3 hours early. posted my config below with a pic showing. thanks
{
  "Allow clan members to destroy each others entities": true,
  "Allow twig to be destroyed even when owner is noob": true,
  "Check full ownership of the base instead of only one block": true,
  "Check Steam for in game time": false,
  "Days of inactivity after which player will be raidable": 7.0,
  "Ignore twig when calculating base ownership (prevents exploiting)": false,
  "In-game steam time which mark player as non-noob (hours)": 999999.0,
  "Kill fireballs when someone tries to raid protected player with fire (prevents lag)": true,
  "List of entities that can be destroyed even if owner is a noob, true = destroyable everywhere (not inside of owners TC range)": {
    "Placeholder1": true,
    "Placeholder2": true,
    "Placeholder3": true,
    "Placeholder4": true,
    "Placeholder5": true
  },
  "Manual Mode": false,
  "Notify player on first connection with protection time": true,
  "Prevent new players from raiding": true,
  "Refund explosives": true,
  "Refunds before player starts losing explosives": 1,
  "Remove noob status of a raider on raid attempt": true,
  "Remove noob status of a raider who is manually marked as a noob on raid attempt": true,
  "Remove protection from all clan members when a member tries to raid": false,
  "Show message for not being able to raid": true,
  "Show time until raidable": true,
  "Steam API key": "",
  "Time (seconds) after which noob will lose protection (in-game time)": 43200,
  "Use game tips to send first connection message to players": true,
  "User data refresh interval (seconds)": 30,
  "Allow team members to destroy each others entities": true,
  "Remove protection from all team members when a member tries to raid": true
}​

finally figured out if you delete/wipe the data file it will re-grab all of the players playtime from Playtime tracker and now the player that wasnt protected will now be protected with the rest with the right playtime. I've just added antinoob wipe all to timed execute to run the command every 3 hours.