Moves server_taglines.txt to config dir to avoid requiring manual updates of the strings folder with TGS

This commit is contained in:
deathride58
2022-05-12 17:22:52 -04:00
parent 63673cd5a3
commit 8838fcc2f3
3 changed files with 2 additions and 2 deletions

View File

@@ -292,7 +292,7 @@ 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(server_taglines, world.file2list("[global.config.directory]/server_taglines.txt"))
GLOBAL_LIST_INIT(greek_letters, world.file2list("strings/greek_letters.txt"))

View File

@@ -0,0 +1 @@
Fill in your own community quotes and memery here!

View File

@@ -1 +0,0 @@
Fill in your own community quotes and memery here!