mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-15 15:13:22 +03:00
Fix server FPS logging
No need to have a config variable for this, admin can easily change it in server pbo.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
// replaced with dze_diag_fps
|
||||
|
||||
/*
|
||||
while {isServer} do {
|
||||
diag_log ("DEBUG FPS : " + str(diag_fps) );
|
||||
sleep 360;
|
||||
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
|
||||
uiSleep 360;
|
||||
};
|
||||
*/
|
||||
Reference in New Issue
Block a user