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