mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-11 02:06:26 +00:00
change to system_clock for times converted to time_t
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
// bytes sent on TCP
|
||||
std::atomic_size_t TcpSent = 0;
|
||||
|
||||
std::chrono::high_resolution_clock::time_point ConnectionTime{};
|
||||
std::chrono::system_clock::time_point ConnectionTime{};
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user