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

Commit 6f7b900

Browse files
Update chatmessage.dm
1 parent b7c4905 commit 6f7b900

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/datums/chatmessage.dm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@
313313
speaker = v.source
314314
spans |= "virtual-speaker"
315315

316+
//NTSL doesn't pass a speaker when you do broadcast() since technically nothing is actually speaking.
317+
if(!speaker)
318+
return
319+
316320
// Ignore virtual speaker (most often radio messages) from ourself
317321
if (originalSpeaker != src && speaker == src)
318322
return

0 commit comments

Comments
 (0)