mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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