mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
Saves your PDA message if you get a messinging server error (#18613)
* Messenger buff * Removes normal span * Makes saved message be appendage via newline
This commit is contained in:
@@ -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