remove old anti teleport and added radiation

save time server side ability to increase or lower save time on the fly.
This commit is contained in:
[VB]AWOL
2013-11-22 09:50:17 -06:00
parent ac1a64d682
commit 8f172a9ffc
6 changed files with 102 additions and 137 deletions

View File

@@ -503,9 +503,9 @@ if(isnil "DZE_DiagVerbose") then {
dze_diag_fps = {
if(DZE_DiagVerbose) then {
diag_log format["DEBUG FPS : %1 OBJECTS: %2 : PLAYERS: %3", diag_fps,(count (allMissionObjects "")),(playersNumber west)];
diag_log format["DEBUG FPS : %1 OBJECTS: %2 : PLAYERS: %3", DZE_diag_fps,(count (allMissionObjects "")),(playersNumber west)];
} else {
diag_log format["DEBUG FPS : %1", diag_fps];
diag_log format["DEBUG FPS : %1", DZE_diag_fps];
};
};