Limited Profile Checks not workingFixed

Profiles aren't checked for limited Accounts.

My Config:

{
  "AdditionalKickMessage": "xxxxx",
  "ApiKey": "xxxx",
  "BroadcastKick": false,
  "CacheDeniedPlayers": false,
  "CachePassedPlayers": true,
  "DiscordRolesToMention": [],
  "discordWebHookUrl": "https://discordapp.com/api/webhooks/xxxxxxxxx",
  "Kicking": {
    "CommunityBan": true,
    "TradeBan": false,
    "PrivateProfile": false,
    "LimitedAccount": true,
    "NoProfile": true,
    "FamilyShare": false,
    "ForceHoursPlayedKick": false
  },
  "LogInsteadofKick": false,
  "Thresholds": {
    "MaxVACBans": 3,
    "MinDaysSinceLastBan": 14,
    "MaxGameBans": 2,
    "MinSteamLevel": -1,
    "MaxAccountCreationTime": -1,
    "MinGameCount": -1,
    "MinRustHoursPlayed": -1,
    "MaxRustHoursPlayed": -1,
    "MinOtherGamesPlayed": -1,
    "MinAllGamesHoursPlayed": -1
  }
}

I will look into this.. Not sure what happened on this one :-)

Locked automatically