Fix incorrect mempoint for sound src (#8989)

This commit is contained in:
Cyruz 2022-08-09 15:38:06 +01:00 committed by GitHub
parent 0c90f8a609
commit b47b8014e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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];