mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Nuget package updates
- Newtonsoft.Json - changed arkdata code to only check NON STEAM players 10 times, then stop.
This commit is contained in:
parent
e069ecdfe7
commit
e5327ac946
13 changed files with 35 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue