Skip to content

Commit

Permalink
Merge pull request #1157 from liz-lavenza/fix/hub-name
Browse files Browse the repository at this point in the history
"Standardise" hub name entry so AA07 stops complaining
  • Loading branch information
MosleyTheMalO committed Jul 27, 2024
2 parents b0f3540 + 80c9234 commit 6c0b99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ GLOBAL_LIST(topic_status_cache)
var/defaultstation = CONFIG_GET(string/stationname)
if(servername || stationname != defaultstation)
. += (servername ? "<b>[servername]" : "<b>")
. += (stationname != defaultstation ? "[servername ? " - " : ""][stationname]</b>\] " : "</b>\] ")
. += (stationname != defaultstation ? "[servername ? " &#8212 " : ""][stationname]</b>\] " : "</b>\] ")

var/communityname = CONFIG_GET(string/communityshortname)
var/communitylink = CONFIG_GET(string/communitylink)
Expand Down

0 comments on commit 6c0b99a

Please sign in to comment.