Merge pull request #2133 from F507DMT/patch-26

Update veh_handleKilled.sqf
This commit is contained in:
A Man
2021-05-03 14:15:07 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
_unit = _this select 0;
local _unit = _this select 0;
//_killer = _this select 1;
// 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 "Killed";
_unit removeAllEventHandlers "GetIn";
_unit removeAllEventHandlers "GetOut";
_unit removeAllEventHandlers "GetOut";