Removed Flies until cleanup is working again.

This commit is contained in:
[VB]AWOL
2013-09-18 03:36:10 -05:00
parent cd5227c322
commit c384f18744
3 changed files with 8 additions and 49 deletions

View File

@@ -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 {