Round server fps diag_log

This commit is contained in:
ebaydayz
2016-11-06 14:06:40 -05:00
parent 4263b0732f
commit f0d89d5993

View File

@@ -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;
};
};