some oversights (#18157)

This commit is contained in:
Kashargul
2025-08-05 01:07:45 +02:00
committed by GitHub
parent 1440430f47
commit 7afc661c59
4 changed files with 4 additions and 4 deletions
@@ -153,7 +153,7 @@
if(choice)
var/obj/item/communicator/chosen_communicator = choice
var/mob/observer/dead/O = src
var/text_message = sanitize(tgui_input_text(src, "What do you want the message to say?", multiline = TRUE), MAX_MESSAGE_LEN, FALSE, FALSE, TRUE)
var/text_message = sanitize(tgui_input_text(src, "What do you want the message to say?", encode = FALSE, multiline = TRUE), MAX_MESSAGE_LEN, FALSE, FALSE, TRUE)
if(text_message && O.exonet)
O.exonet.send_message(chosen_communicator.exonet.address, "text", text_message)