Revert "Adds byond hub visibility as a config option 2"

This commit is contained in:
EmperorJon
2016-06-25 01:15:35 +01:00
committed by GitHub
parent 769a66e63e
commit 254a1a04e0
5 changed files with 2 additions and 49 deletions
-5
View File
@@ -4,8 +4,6 @@ var/list/gamemode_cache = list()
var/server_name = null // server name (for world name / status)
var/server_suffix = 0 // generate numeric suffix based on server port
var/start_hub_visible = 0 // world.visibility to set on world start
var/nudge_script_path = "nudge.py" // where the nudge.py script is located
var/log_ooc = 0 // log OOC channel
@@ -270,9 +268,6 @@ var/list/gamemode_cache = list()
if ("resource_urls")
config.resource_urls = splittext(value, " ")
if ("start_hub_visible")
config.start_hub_visible = 1
if ("admin_legacy_system")
config.admin_legacy_system = 1
-1
View File
@@ -32,7 +32,6 @@ datum/controller/game_controller/New()
datum/controller/game_controller/proc/setup()
world.tick_lag = config.Ticklag
world.visibility = config.start_hub_visible
spawn(20)
createRandomZlevel()