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()
+2 -4
View File
@@ -1,10 +1,8 @@
/world
hub = "Exadv1.spacestation13"
hub_password = "kMZy3U5jJHSiBQjr"
hub_password = "SORRYNOPASSWORD"
name = "Space Station 13"
visibility = 0
/* This is for any host that would like their server to appear on the main SS13 hub.
To use it, simply replace the password above, with the password found below, and it should work.
If not, let us know on the main tgstation IRC channel of irc.rizon.net #tgstation13 we can help you there.
@@ -12,4 +10,4 @@ If not, let us know on the main tgstation IRC channel of irc.rizon.net #tgstatio
hub = "Exadv1.spacestation13"
hub_password = "kMZy3U5jJHSiBQjr"
name = "Space Station 13"
*/
*/