mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal - Fix Zeus UI lockup after closing arsenal (#8102)
* Fix Zeus UI lockup after closing arsenal * Removed redundant line * use ACE_player * Always reset cameraview
This commit is contained in:
parent
fab4664b73
commit
d64050554d
@ -59,7 +59,6 @@ if (is3DEN) then {
|
||||
curatorcamera cameraEffect ["internal","back"];
|
||||
} else {
|
||||
GVAR(camera) cameraEffect ["terminate","back"];
|
||||
ACE_player switchCamera GVAR(cameraView);
|
||||
};
|
||||
};
|
||||
|
||||
@ -71,6 +70,8 @@ if (!isNil QGVAR(moduleUsed)) then {
|
||||
objNull remoteControl GVAR(center);
|
||||
};
|
||||
|
||||
ACE_player switchCamera GVAR(cameraView);
|
||||
|
||||
if (isMultiplayer) then {
|
||||
|
||||
[QGVAR(broadcastFace), [GVAR(center), GVAR(currentFace)], QGVAR(center) + "_face"] call CBA_fnc_globalEventJIP;
|
||||
|
Loading…
Reference in New Issue
Block a user