Hub refresh - Cleans up update_status(), adds more hub-related config options, and more!

This commit is contained in:
deathride58
2022-05-05 14:52:53 -04:00
parent bb1a7a61a2
commit 40730237f2
5 changed files with 51 additions and 48 deletions
+2
View File
@@ -292,6 +292,8 @@ GLOBAL_LIST_INIT(station_names, world.file2list("strings/station_names.txt" + ""
GLOBAL_LIST_INIT(station_suffixes, world.file2list("strings/station_suffixes.txt"))
GLOBAL_LIST_INIT(server_taglines, world.file2list("strings/server_taglines.txt"))
GLOBAL_LIST_INIT(greek_letters, world.file2list("strings/greek_letters.txt"))
GLOBAL_LIST_INIT(phonetic_alphabet, world.file2list("strings/phonetic_alphabet.txt"))