Nuget package updates

- Newtonsoft.Json
- changed arkdata code to only check NON STEAM players 10 times, then stop.
This commit is contained in:
Brett Hewitson 2022-06-21 21:36:55 +10:00
parent e069ecdfe7
commit e5327ac946
13 changed files with 35 additions and 24 deletions

View file

@ -127,6 +127,7 @@ namespace ServerManagerTool.Lib.ViewModel.RCON
if (PlayerData?.PlayerName != null)
playerData.PlayerName = PlayerData.PlayerName;
playerData.LastPlatformUpdateUtc = PlayerData?.LastPlatformUpdateUtc ?? DateTime.MinValue;
playerData.NoUpdateCount = PlayerData?.NoUpdateCount ?? 0;
}
#region INotifyPropertyChanged