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

Main menu: Player list for public servers (#15425)

This commit is contained in:
siliconsniffer 2024-11-21 20:34:40 +01:00 committed by GitHub
parent 946b3a4222
commit b6eaf7b5a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 87 additions and 6 deletions

View file

@ -55,6 +55,7 @@ dofile(menupath .. DIR_DELIM .. "dlg_register.lua")
dofile(menupath .. DIR_DELIM .. "dlg_rename_modpack.lua")
dofile(menupath .. DIR_DELIM .. "dlg_version_info.lua")
dofile(menupath .. DIR_DELIM .. "dlg_reinstall_mtg.lua")
dofile(menupath .. DIR_DELIM .. "dlg_clients_list.lua")
local tabs = {
content = dofile(menupath .. DIR_DELIM .. "tab_content.lua"),