mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Fix faces & voices for JIP (#9847)
Update fnc_onArsenalClose.sqf
This commit is contained in:
parent
e5145ba4f7
commit
0dabc678f6
@ -78,10 +78,10 @@ if (!isNull curatorCamera) then {
|
||||
|
||||
// Make face and voice selection JIP compatible; 3DEN doesn't need this though
|
||||
if (isMultiplayer && {!is3DEN}) then {
|
||||
private _id = [QGVAR(broadcastFace), [GVAR(center), GVAR(currentFace)], QGVAR(centerFace_) + netId GVAR(center)] call CBA_fnc_globalEventJIP;
|
||||
private _id = [QGVAR(broadcastFace), [GVAR(center), GVAR(currentFace)], QGVAR(centerFace_) + hashValue GVAR(center)] call CBA_fnc_globalEventJIP;
|
||||
[_id, GVAR(center)] call CBA_fnc_removeGlobalEventJIP;
|
||||
|
||||
_id = [QGVAR(broadcastVoice), [GVAR(center), GVAR(currentVoice)], QGVAR(centerVoice_) + netId GVAR(center)] call CBA_fnc_globalEventJIP;
|
||||
_id = [QGVAR(broadcastVoice), [GVAR(center), GVAR(currentVoice)], QGVAR(centerVoice_) + hashValue GVAR(center)] call CBA_fnc_globalEventJIP;
|
||||
[_id, GVAR(center)] call CBA_fnc_removeGlobalEventJIP;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user