Include list of connected clients in server desync logs

Save full date including fractional part in NetworkClientInfo
This commit is contained in:
Jonathan G Rennison
2022-10-15 21:41:07 +01:00
parent dd16df976c
commit d2526780be
3 changed files with 31 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ struct NetworkClientInfo : NetworkClientInfoPool::PoolItem<&_networkclientinfo_p
std::string client_name; ///< Name of the client
CompanyID client_playas; ///< As which company is this client playing (CompanyID)
Date join_date; ///< Gamedate the client has joined
DateFract join_date_fract;
uint8 join_tick_skip_counter;
/**
* Create a new client.