Small fix
This commit is contained in:
parent
82896a0a3d
commit
5ae5e711f2
@ -88,17 +88,17 @@ function startupdatedownload(popup, autoclose)
|
||||
updater.relaunch()
|
||||
end
|
||||
})
|
||||
else
|
||||
if (LUI.mp_menus) then
|
||||
Engine.Exec("lui_restart; lui_open mp_main_menu")
|
||||
else
|
||||
Engine.Exec("lui_restart")
|
||||
end
|
||||
end
|
||||
|
||||
if (autoclose) then
|
||||
LUI.FlowManager.RequestLeaveMenu(popup)
|
||||
end
|
||||
|
||||
if (LUI.mp_menus) then
|
||||
Engine.Exec("lui_restart; lui_open mp_main_menu")
|
||||
else
|
||||
Engine.Exec("lui_restart")
|
||||
end
|
||||
end
|
||||
|
||||
createtask({
|
||||
|
Loading…
Reference in New Issue
Block a user