mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Revert "Adds byond hub visibility as a config option 2"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user