mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix incorrect mempoint for sound src (#8989)
This commit is contained in:
parent
0c90f8a609
commit
b47b8014e7
@ -289,7 +289,7 @@ if (_isBurning) exitWith {};
|
||||
|
||||
if (isServer) then {
|
||||
_fireSound = createSoundSource ["Sound_Fire", _unitPos, [], 0];
|
||||
_fireSound attachTo [_unit, [0, 0, 0], "destructionEffect1"];
|
||||
_fireSound attachTo [_unit, [0, 0, 0], "Head"];
|
||||
};
|
||||
|
||||
_unit setVariable [QGVAR(burning), true];
|
||||
|
Loading…
Reference in New Issue
Block a user