fixes hub not working ree (#2112)

This commit is contained in:
CitadelStationBot
2017-07-24 04:05:44 -07:00
committed by kevinz000
parent 449167efd2
commit 64966027e7
4 changed files with 16 additions and 8 deletions
+1
View File
@@ -7,6 +7,7 @@ GLOBAL_VAR(join_motd)
GLOBAL_VAR(station_name)
GLOBAL_VAR_INIT(game_version, "/tg/ Station 13")
GLOBAL_VAR_INIT(changelog_hash, "")
GLOBAL_VAR_INIT(hub_visibility, FALSE)
GLOBAL_VAR_INIT(ooc_allowed, TRUE) // used with admin verbs to disable ooc - not a config option apparently
GLOBAL_VAR_INIT(dooc_allowed, TRUE)