removed old server fps counter and added new one.

This commit is contained in:
[VB]AWOL
2013-11-13 15:46:44 -06:00
parent c380f10f87
commit 7172efe960
2 changed files with 3 additions and 1 deletions

View File

@@ -62,6 +62,9 @@ while {true} do {
_time = diag_tickTime;
if ((_time - zero_weather) > 300) then {
diag_log format["DEBUG FPS : %1 OBJS: %2", diag_fps,(count (allMissionObjects ""))];
call server_weather;
zero_weather = _time;
};