diff --git a/code/game/machinery/telecomms/computers/message.dm b/code/game/machinery/telecomms/computers/message.dm index 8e9b348502..4b44f02096 100644 --- a/code/game/machinery/telecomms/computers/message.dm +++ b/code/game/machinery/telecomms/computers/message.dm @@ -417,6 +417,7 @@ )) // this will log the signal and transmit it to the target linkedServer.receive_information(signal, null) + log_talk(usr, "[key_name(usr)] (PDA: [name]) sent \"[custommessage]\" to [signal.format_target()]", LOGPDA) //Request Console Logs - KEY REQUIRED