mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix spectator onLoad (#5523)
This commit is contained in:
parent
1fd255c11e
commit
45d9a3a1a9
@ -18,7 +18,7 @@ class GVAR(display) {
|
||||
movingEnable = 0;
|
||||
closeOnMissionEnd = 1;
|
||||
|
||||
onLoad = QUOTE(SETUVAR(GVAR(display),_this select 0));
|
||||
onLoad = QUOTE(with uiNameSpace do {GVAR(display) = _this select 0};);
|
||||
|
||||
onKeyDown = QUOTE(_this call FUNC(ui_handleKeyDown));
|
||||
onKeyUp = QUOTE(_this call FUNC(ui_handleKeyUp));
|
||||
|
Loading…
Reference in New Issue
Block a user