Skip to content

Commit

Permalink
Discord Hub Fix
Browse files Browse the repository at this point in the history
Whoopsie
  • Loading branch information
Aurrain authored Apr 20, 2024
1 parent 1c0ac1c commit 1404b5b
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 @@ -312,7 +312,7 @@ GLOBAL_LIST(topic_status_cache)

s += "<b>[station_name()]</b>";
s += " ("
s += "<a href=\"https://discord.gg/Xmg7Sb3kSD\">" //Change this to wherever you want the hub to link to.
s += "<a href=\"https://discord.gg/7RWZGXQqgr\">" //Change this to wherever you want the hub to link to.
s += "Discord" //Replace this with something else. Or ever better, delete it and uncomment the game version.
s += "</a>"
s += ")\]" //CIT CHANGE - encloses the server title in brackets to make the hub entry fancier
Expand Down

0 comments on commit 1404b5b

Please sign in to comment.