mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Round server fps diag_log
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
while {true} do {
|
||||
diag_log format["SERVER FPS: %1 PLAYERS: %2",diag_fps,playersNumber west];
|
||||
//diag_log format["SERVER FPS: %1 PLAYERS: %2 OBJECTS: %3",diag_fps,playersNumber west,count (allMissionObjects "")]; // very intensive
|
||||
diag_log format["SERVER FPS: %1 PLAYERS: %2",round diag_fps,playersNumber west];
|
||||
uiSleep 360;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user