fixes stray hyphen when station name is default
This commit is contained in:
+2
-2
@@ -297,8 +297,8 @@ GLOBAL_LIST(topic_status_cache)
|
||||
var/stationname = station_name()
|
||||
var/defaultstation = CONFIG_GET(string/stationname)
|
||||
if(servername || stationname != defaultstation)
|
||||
. += (servername ? "<b>[servername] - " : "<b>")
|
||||
. += (stationname != defaultstation ? "[stationname]</b>\] " : "</b>\] ")
|
||||
. += (servername ? "<b>[servername]" : "<b>")
|
||||
. += (stationname != defaultstation ? "[servername ? " - " : ""][stationname]</b>\] " : "</b>\] ")
|
||||
|
||||
var/communityname = CONFIG_GET(string/communityshortname)
|
||||
var/communitylink = CONFIG_GET(string/communitylink)
|
||||
|
||||
Reference in New Issue
Block a user