mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-17 13:42:57 +03:00
Removed Flies until cleanup is working again.
This commit is contained in:
@@ -63,7 +63,6 @@ while {true} do {
|
||||
// perform cleanup here
|
||||
if ((_time - zero_cleanDead) > 600) then {
|
||||
call server_cleanDead;
|
||||
call server_cleanFlies;
|
||||
zero_cleanDead = _time;
|
||||
};
|
||||
if ((_time - zero_cleanLoot) > 1800) then {
|
||||
|
||||
Reference in New Issue
Block a user