mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Cleanup dayz_server scripts
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
private["_unit"];
|
||||
_unit = _this select 0;
|
||||
|
||||
#ifdef DZE_SERVER_DEBUG
|
||||
diag_log ("CLEANUP: DELETE UNCONTROLLED ZOMBIE: " + (typeOf _unit) + " OF: " + str(_unit) );
|
||||
#endif
|
||||
|
||||
deleteVehicle _unit;
|
||||
Reference in New Issue
Block a user