Changed the hub status widget so the link points to the tgstation website instead of that site the goons have to display the status of their servers.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@925 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-01-28 16:52:37 +00:00
parent cdbfdb1b5d
commit 63e0401aa2
+1 -4
View File
@@ -6,7 +6,7 @@
s += "<b>[station_name()]</b>";
s += " ("
s += "<a href=\"http://ss13.lljk.net/\">"
s += "<a href=\"http://tgstation13.servehttp.com\">" //Change this to wherever you want the hub to link to.
s += "[game_version]"
s += "</a>"
s += ")"
@@ -19,9 +19,6 @@
if (ticker && master_mode)
features += master_mode
if (config && config.enable_authentication)
features += "goon only"
if (!enter_allowed)
features += "closed"