Merge pull request #34470 from Cyberboss/MoveMotd

Moves load_motd to config controller
This commit is contained in:
oranges
2018-01-16 14:28:07 -06:00
committed by CitadelStationBot
parent d2d1a063a7
commit 2dd1f1f799
5 changed files with 15 additions and 9 deletions
-1
View File
@@ -3,7 +3,6 @@ GLOBAL_REAL(config, /datum/controller/configuration)
GLOBAL_DATUM_INIT(revdata, /datum/getrev, new)
GLOBAL_VAR(host)
GLOBAL_VAR(join_motd)
GLOBAL_VAR(station_name)
GLOBAL_VAR_INIT(game_version, "/tg/ Station 13")
GLOBAL_VAR_INIT(changelog_hash, "")