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

Commit e92831f

Browse files
authored
Update to_chat.dm (#21800)
1 parent 4c997d2 commit e92831f

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
@@ -65,7 +65,7 @@
6565
trailing_newline = TRUE,
6666
confidential = FALSE
6767
)
68-
if(isnull(Master) || !Master.current_runlevel)
68+
if(isnull(Master) || !Master.current_runlevel || !MC_RUNNING(SSchat.init_stage))
6969
to_chat_immediate(target, html, type, text, avoid_highlighting, allow_linkify)
7070
return
7171

0 commit comments

Comments
 (0)