mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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)
|
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]\"")
|
to_chat(U, "[icon2html(pda,U.client)] <b>Sent message to [P.owner] ([P.ownjob]), </b>\"[t]\"")
|
||||||
else
|
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()
|
/datum/data/pda/app/messenger/proc/available_pdas()
|
||||||
var/list/names = list()
|
var/list/names = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user