Fix players occasionally being invincible after respawning (#7999)

This commit is contained in:
BaerMitUmlaut 2020-11-10 17:07:42 +01:00 committed by GitHub
parent a621d2eb72
commit 629942885e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,4 @@
params ["_unit"];
// Statemachine only handles local units
if !(local _unit) exitWith {};
[_unit, EGVAR(medical,STATE_MACHINE), "Dead", "Default"] call CBA_statemachine_fnc_manualTransition;