mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Server Done I Think
This commit is contained in:
8
SQF/dayz_server/compile/zombie_findOwner.sqf
Normal file
8
SQF/dayz_server/compile/zombie_findOwner.sqf
Normal file
@@ -0,0 +1,8 @@
|
||||
private["_unit"];
|
||||
_unit = _this select 0;
|
||||
#include "\z\addons\dayz_server\compile\server_toggle_debug.hpp"
|
||||
|
||||
#ifdef SERVER_DEBUG
|
||||
diag_log ("CLEANUP: DELETE UNCONTROLLED ZOMBIE: " + (typeOf _unit) + " OF: " + str(_unit) );
|
||||
#endif
|
||||
deleteVehicle _unit;
|
||||
Reference in New Issue
Block a user