diff --git a/code/datums/world_topic.dm b/code/datums/world_topic.dm index 128e59d815ebfc..38fca51411adf8 100644 --- a/code/datums/world_topic.dm +++ b/code/datums/world_topic.dm @@ -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()