mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #2133 from F507DMT/patch-26
Update veh_handleKilled.sqf
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
_unit = _this select 0;
|
local _unit = _this select 0;
|
||||||
//_killer = _this select 1;
|
//_killer = _this select 1;
|
||||||
|
|
||||||
// ask server to set global damage to 1, save to the hive
|
// ask server to set global damage to 1, save to the hive
|
||||||
@@ -15,4 +15,4 @@ if (local _unit) then {
|
|||||||
_unit removeAllEventHandlers "HandleDamage";
|
_unit removeAllEventHandlers "HandleDamage";
|
||||||
_unit removeAllEventHandlers "Killed";
|
_unit removeAllEventHandlers "Killed";
|
||||||
_unit removeAllEventHandlers "GetIn";
|
_unit removeAllEventHandlers "GetIn";
|
||||||
_unit removeAllEventHandlers "GetOut";
|
_unit removeAllEventHandlers "GetOut";
|
||||||
|
|||||||
Reference in New Issue
Block a user