mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
POLARIS: Log attempts to use radios with say messages
This commit is contained in:
@@ -366,6 +366,8 @@ proc/get_radio_key_from_channel(var/channel)
|
||||
qdel(I)
|
||||
|
||||
//Log the message to file
|
||||
if(message_mode)
|
||||
message = "([message_mode == "headset" ? "Common" : capitalize(message_mode)]) [message]" //Adds radio keys used if available
|
||||
if(whispering)
|
||||
log_whisper(message,src)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user