mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
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:
+1
-4
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user