mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Add public address to status topic (#89447)
useful for showing the public address to the server info fetcher, since that only has the internal ip to go off of atm
This commit is contained in:
@@ -205,6 +205,10 @@
|
||||
.["hub"] = GLOB.hub_visibility
|
||||
.["identifier"] = CONFIG_GET(string/serversqlname)
|
||||
|
||||
var/public_address = CONFIG_GET(string/public_address)
|
||||
if(public_address)
|
||||
.["public_address"] = public_address
|
||||
|
||||
|
||||
var/list/adm = get_admin_counts()
|
||||
var/list/presentmins = adm["present"]
|
||||
|
||||
Reference in New Issue
Block a user