Skip to content

Commit

Permalink
Fix players occasionally being invincible after respawning (#7999)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaerMitUmlaut committed Nov 10, 2020
1 parent a621d2e commit 6299428
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 6299428

Please sign in to comment.