Remove StoredChatMessage (#12623)
This commit is contained in:
@@ -143,6 +143,6 @@ public sealed class RadioDeviceSystem : EntitySystem
|
||||
("originalName", nameEv.Name));
|
||||
|
||||
var hideGlobalGhostChat = true; // log to chat so people can identity the speaker/source, but avoid clogging ghost chat if there are many radios
|
||||
_chat.TrySendInGameICMessage(uid, args.Message, InGameICChatType.Speak, false, nameOverride: name, hideGlobalGhostChat:hideGlobalGhostChat);
|
||||
_chat.TrySendInGameICMessage(uid, args.Message, InGameICChatType.Speak, false, nameOverride: name, hideGlobalGhostChat:hideGlobalGhostChat, checkRadioPrefix: false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user