Update veh_handleKilled.sqf

private fix
This commit is contained in:
F507DMT
2021-05-03 17:55:21 +06:00
committed by GitHub
parent e35cccfcbc
commit 316032b8b9

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";