#1298 - Reset handcuffs on respawn

This commit is contained in:
PabstMirror 2015-05-18 22:02:50 -05:00
parent 3c5eac96ea
commit c4e5e9a7ac

View File

@ -17,8 +17,10 @@
PARAMS_1(_oldUnit);
if (!local _oldUnit) exitWith {};
if (_oldUnit getVariable [QGVAR(isHandcuffed), false]) then {
[_oldUnit, false] call FUNC(setSurrendered);
[_oldUnit, false] call FUNC(setHandcuffed);
};
if (_oldUnit getVariable [QGVAR(isEscorting), false]) then {