Active job bans are displayed to players when they join the lobby (#22732)

* you've got mail

* fixes to server load issues

* contra
This commit is contained in:
S34N
2023-11-04 20:19:23 +00:00
committed by GitHub
parent f01e3de488
commit ec21a774b7
3 changed files with 37 additions and 20 deletions

View File

@@ -434,7 +434,7 @@
// Tell client about their connection
to_chat(src, "<span class='notice'>You are currently connected [prefs.server_region ? "via the <b>[prefs.server_region]</b> relay" : "directly"] to Paradise.</span>")
to_chat(src, "<span class='notice'>You can change this using the <code>Change Region</code> verb in the OOC tab, as selecting a region closer to you may reduce latency.</span>")
display_job_bans(TRUE)
/client/proc/is_connecting_from_localhost()
var/static/list/localhost_addresses = list("127.0.0.1", "::1")