Added a new server category (BEST SERVERS)

This commit is contained in:
2022-10-09 01:29:36 -04:00
parent 17c34f9eb6
commit ea0fdd6bce
3 changed files with 21 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ local function init_globals()
tv_main:set_fixed_size(false)
tv_main:set_tab(tabs.beta)
tv_main:set_tab(tabs.about)
-- In case the folder of the last selected game has been deleted,
@@ -132,3 +132,5 @@ local function init_globals()
end
init_globals()