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 += ")"