mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #2597 from Cuel/delay-spectator
fix spectator view if called instantly
This commit is contained in:
commit
5f7c30dd7c
@ -72,8 +72,10 @@ if (_set) then {
|
||||
closeDialog 0;
|
||||
};
|
||||
|
||||
// Create the display
|
||||
(findDisplay 46) createDisplay QGVAR(interface);
|
||||
[{
|
||||
// Create the display
|
||||
(findDisplay 46) createDisplay QGVAR(interface);
|
||||
}, []] call EFUNC(common,execNextFrame);
|
||||
|
||||
// Cache and disable nametag settings
|
||||
if (["ace_nametags"] call EFUNC(common,isModLoaded)) then {
|
||||
|
Loading…
Reference in New Issue
Block a user