diff --git a/code/modules/pda/messenger.dm b/code/modules/pda/messenger.dm index 3c98adaa69..d00c7dfaa6 100644 --- a/code/modules/pda/messenger.dm +++ b/code/modules/pda/messenger.dm @@ -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)] Sent message to [P.owner] ([P.ownjob]), \"[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()