Make replays record ghost chat (#19957)

This commit is contained in:
Leon Friedrich
2023-09-10 23:49:45 +12:00
committed by GitHub
parent 6969066d86
commit a08c381018

View File

@@ -585,7 +585,7 @@ public sealed partial class ChatSystem : SharedChatSystem
_adminLogger.Add(LogType.Chat, LogImpact.Low, $"Dead chat from {player:Player}: {message}");
}
_chatManager.ChatMessageToMany(ChatChannel.Dead, message, wrappedMessage, source, hideChat, false, clients.ToList());
_chatManager.ChatMessageToMany(ChatChannel.Dead, message, wrappedMessage, source, hideChat, true, clients.ToList());
}
#endregion