Skip to content

Commit

Permalink
Adds the current server name from the config to the world status (tgs…
Browse files Browse the repository at this point in the history
…tation#76014)

## About The Pull Request
Adds the server name from the configuration to the world's status topic.

## Why It's Good For The Game
We don't currently expose the server's short name (e.g. `Sybil`,
`Manuel`) anywhere. This fixes that. This is mostly to support external
tools.
  • Loading branch information
nfreader committed Jun 20, 2023
1 parent d1afb96 commit cd6d00e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/world_topic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@
.["revision"] = GLOB.revdata.commit
.["revision_date"] = GLOB.revdata.date
.["hub"] = GLOB.hub_visibility
.["identifier"] = CONFIG_GET(string/serversqlname)


var/list/adm = get_admin_counts()
Expand Down

0 comments on commit cd6d00e

Please sign in to comment.