Merge pull request #2597 from Cuel/delay-spectator

fix spectator view if called instantly
This commit is contained in:
SilentSpike 2015-09-25 13:34:37 +01:00
commit 5f7c30dd7c

View File

@ -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 {