diff --git a/code/datums/world_topic.dm b/code/datums/world_topic.dm index 18e7a8666b6..196110aea38 100644 --- a/code/datums/world_topic.dm +++ b/code/datums/world_topic.dm @@ -154,6 +154,8 @@ .["players"] = GLOB.clients.len .["revision"] = GLOB.revdata.commit .["revision_date"] = GLOB.revdata.date + .["hub"] = GLOB.hub_visibility + var/list/adm = get_admin_counts() var/list/presentmins = adm["present"]