Rename SQF/dayz_code/medical/publicEH/animHealed.sqf to Server Files/Archive/dayz_code/medical/publicEH/animHealed.sqf

This commit is contained in:
worldwidesorrow
2019-12-11 18:54:58 -06:00
committed by GitHub
parent 57d1243c0d
commit 55880a67d9

View File

@@ -6,4 +6,4 @@ _unit switchMove "AmovPpneMstpSnonWnonDnon_healed";
if (_unit == player) then {
r_player_unconscious = false;
r_player_injured = false;
};
};