mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
should fix #1339
This commit is contained in:
@@ -559,6 +559,8 @@ if (!isDedicated) then {
|
||||
if (isServer) then {
|
||||
_unit addEventHandler ["local", {_this call zombie_findOwner}];
|
||||
};
|
||||
_id = _unit addeventhandler["HandleDamage", { _this call local_zombieDamage }];
|
||||
_id = _unit addeventhandler["Killed", { [_this, "zombieKills"] call local_eventKill }];
|
||||
};
|
||||
|
||||
dayz_EjectPlayer = {
|
||||
|
||||
Reference in New Issue
Block a user