Subsystem overruns (#18744)

* fix sun subsytem overrun

* .

* .

* night shift overrun

* .

* .

* this

* .

* .
This commit is contained in:
Kashargul
2025-11-26 17:42:55 +01:00
committed by GitHub
parent d51dcba221
commit 646d1faa11
7 changed files with 40 additions and 31 deletions
+1 -2
View File
@@ -75,8 +75,7 @@
trailing_newline = TRUE,
confidential = FALSE
)
//if(isnull(Master) || !SSchat?.initialized || !MC_RUNNING(SSchat.init_stage))
if(isnull(Master) || !SSchat?.initialized)
if(isnull(Master) || !SSchat?.initialized || !MC_RUNNING(SSchat.init_stage))
to_chat_immediate(target, html, type, text, avoid_highlighting)
return