Rename SQF/dayz_server/system/s_fps.sqf to Server Files/Archive/dayz_server/system/s_fps.sqf

This function has been moved to the scheduler.
This commit is contained in:
worldwidesorrow
2019-11-26 09:31:40 -06:00
committed by GitHub
parent ca507b2647
commit 07e179c5a8

View File

@@ -1,4 +1,4 @@
while {true} do {
diag_log format["SERVER FPS: %1 PLAYERS: %2",round diag_fps,playersNumber west];
uiSleep 360;
};
};