1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Ok, Luacheck

This commit is contained in:
grorp 2025-05-29 15:44:03 -04:00
parent a77da95d77
commit ad96536a41

View file

@ -115,7 +115,7 @@ local function init_globals()
-- synchronous, chain parents to only show one at a time -- synchronous, chain parents to only show one at a time
local parent = tv_main local parent = tv_main
parent = migrate_keybindings(parent) parent = migrate_keybindings(parent)
parent = check_reinstall_mtg(parent) check_reinstall_mtg(parent)
-- asynchronous, will only be shown if we're still on "maintab" -- asynchronous, will only be shown if we're still on "maintab"
check_new_version() check_new_version()