This commit is contained in:
blaffer 2018-04-10 05:50:57 +02:00 committed by PabstMirror
parent 181d2ef5e1
commit 7634f4657b

View File

@ -38,7 +38,7 @@ if (_unit == ACE_player) then {
// play scream sound
if (!isNil QEFUNC(medical,playInjuredSound)) then {
[_unit] call EFUNC(medical,playInjuredSound);
[_unit,_damage] call EFUNC(medical,playInjuredSound);
};
private _vehicle = vehicle _unit;