mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-23 00:20:50 +03:00
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:
@@ -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];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user