From 3fa5a109a4b6b2ea773a22d7d90230ebdaa66dc4 Mon Sep 17 00:00:00 2001 From: Spookerton Date: Mon, 18 Jul 2016 01:24:53 +0100 Subject: [PATCH] Removing hub password for delisting. Kill meeeeee. --- code/hub.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/hub.dm b/code/hub.dm index 767ff8510f..a9d8b0c7d7 100644 --- a/code/hub.dm +++ b/code/hub.dm @@ -1,8 +1,8 @@ /world hub = "Exadv1.spacestation13" - hub_password = "kMZy3U5jJHSiBQjr" - //hub_password = "SORRYNOPASSWORD" + hub_password = "SORRYNOPASSWORD" + //hub_password = "kMZy3U5jJHSiBQjr" name = "Space Station 13" /* This is for any host that would like their server to appear on the main SS13 hub. @@ -12,4 +12,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" -*/ \ No newline at end of file +*/