[MIRROR] Saves your PDA message if you get a messinging server error (#11808)

Co-authored-by: Ryumi <ghosttehspychecka@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-11 22:49:56 -07:00
committed by GitHub
parent d7efe505c7
commit 7649888648

View File

@@ -183,7 +183,8 @@
U.log_message("(PDA: [src.name] | [U.real_name]) sent \"[t]\" to [P.name]", LOG_PDA)
to_chat(U, "[icon2html(pda,U.client)] <b>Sent message to [P.owner] ([P.ownjob]), </b>\"[t]\"")
else
to_chat(U, span_notice("ERROR: Messaging server is not responding."))
to_chat(U, span_notice("ERROR: Messaging server is not responding.\n\n\
However, your message has been saved: ") + t)
/datum/data/pda/app/messenger/proc/available_pdas()
var/list/names = list()