From 63e0401aa22c39672baecd3d94ccccc3a8372241 Mon Sep 17 00:00:00 2001 From: "n3ophyt3@gmail.com" Date: Fri, 28 Jan 2011 16:52:37 +0000 Subject: [PATCH] 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 --- code/game/status.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/game/status.dm b/code/game/status.dm index af0f3df8e41..86b30eed723 100644 --- a/code/game/status.dm +++ b/code/game/status.dm @@ -6,7 +6,7 @@ s += "[station_name()]"; s += " (" - s += "" + s += "" //Change this to wherever you want the hub to link to. s += "[game_version]" s += "" 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"