mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[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:
committed by
GitHub
parent
d7efe505c7
commit
7649888648
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user