From ead0f2fa20dbd87fd740e6cc2020fb54d6b534ae Mon Sep 17 00:00:00 2001 From: crazyclonetheninja Date: Sun, 30 Jan 2011 23:25:16 +0000 Subject: [PATCH] Status now contains a blank URL. Hosts, please set it up to direct to your website. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@933 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/status.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/status.dm b/code/game/status.dm index 86b30eed723..945df7e2d07 100644 --- a/code/game/status.dm +++ b/code/game/status.dm @@ -6,8 +6,9 @@ s += "[station_name()]"; s += " (" - s += "" //Change this to wherever you want the hub to link to. - s += "[game_version]" + s += "" //Change this to wherever you want the hub to link to. +// s += "[game_version]" + s += "Default" //Replace this with something else. Or ever better, delete it and uncomment the game version. s += "" s += ")"