Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 6daaaa7

Browse files
authored
Update to_chat.dm
1 parent 6a83d69 commit 6daaaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/tgchat/to_chat.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
confidential = FALSE
6767
)
6868
if(isnull(Master) || !Master.current_runlevel || !MC_RUNNING(SSchat.init_stage))
69-
to_chat_immediate(target, html, type, text, avoid_highlighting, allow_linkify)
69+
to_chat_immediate(target, html, type, text, avoid_highlighting, allow_linkify, handle_whitespace, trailing_newline, confidential)
7070
return
7171

7272
// Useful where the integer 0 is the entire message. Use case is enabling to_chat(target, some_boolean) while preventing to_chat(target, "")

0 commit comments

Comments
 (0)