mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-07 03:26:01 +00:00
statistics
This commit is contained in:
@@ -21,6 +21,7 @@ int PPS = 0;
|
||||
}else{
|
||||
R = PPS/C;
|
||||
StatReport = std::to_string(R);
|
||||
PPS = 0;
|
||||
}
|
||||
}
|
||||
std::this_thread::sleep_for(std::chrono::seconds(1));
|
||||
|
||||
Reference in New Issue
Block a user