mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-28 04:31:55 +03:00
Fix process hit running twice
Vanilla commit: https://github.com/DayZMod/DayZ/commit/604c1f05777a44f47dcae324473df129cf44c902
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user