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"