Fix process hit running twice

Vanilla commit:

https://github.com/DayZMod/DayZ/commit/604c1f05777a44f47dcae324473df129cf44c902
This commit is contained in:
ebaydayz
2016-10-20 13:00:58 -04:00
parent e50ce31d08
commit cf0ef07ade
+2 -1
View File
@@ -392,7 +392,8 @@ if (_hit in USEC_MinorWounds) then {
[_unit,_hit,(_damage / 2)] call object_processHit;
};
[_unit,_hit,(_damage / 2)] call object_processHit;
//Stop process hit running twice. its set aboue in the if else statement.
//[_unit,_hit,(_damage / 2)] call object_processHit;
};
};