Add FPS logging to scheduler.

This commit is contained in:
worldwidesorrow
2019-11-25 08:39:54 -06:00
committed by GitHub
parent 0a264b9670
commit cb43ab8afb

View File

@@ -23,3 +23,8 @@ sched_sync = {
objNull
};
sched_fps = {
diag_log format["SERVER FPS: %1 PLAYERS: %2",round diag_fps,playersNumber west];
objNull
};