Cleanup config variables

This commit is contained in:
ebaydayz
2016-04-09 16:47:51 -04:00
parent 1ba8f46543
commit d229d10b6a
31 changed files with 276 additions and 202 deletions

View File

@@ -208,7 +208,7 @@ dayz_reseed = {
};
dze_diag_fps = {
if (DZE_DiagVerbose) then {
if (DZE_DiagObjects) then {
diag_log format["SERVER FPS: %1 PLAYERS: %2 OBJECTS: %3",diag_fps,playersNumber west,count (allMissionObjects "")];
} else {
diag_log format["SERVER FPS: %1 PLAYERS: %2",diag_fps,playersNumber west];