mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Don't break when multiple dialogs are shown on startup (#16204)
This commit is contained in:
parent
a2460df316
commit
56a7f0b7cf
4 changed files with 30 additions and 26 deletions
|
@ -118,7 +118,7 @@ function ui.update()
|
|||
|
||||
if (active_toplevel_ui_elements > 1) then
|
||||
core.log("warning", "more than one active ui "..
|
||||
"element, self most likely isn't intended")
|
||||
"element, this most likely isn't intended")
|
||||
end
|
||||
|
||||
if (active_toplevel_ui_elements == 0) then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue