diff --git a/Content.Client/Chat/Managers/ChatManager.cs b/Content.Client/Chat/Managers/ChatManager.cs index bbe50573c9..56a4501059 100644 --- a/Content.Client/Chat/Managers/ChatManager.cs +++ b/Content.Client/Chat/Managers/ChatManager.cs @@ -438,7 +438,7 @@ namespace Content.Client.Chat.Managers { if (!_entityManager.EntityExists(msg.SenderEntity)) { - _sawmill.Warning("Got local chat message with invalid sender entity: {0}", msg.SenderEntity); + _sawmill.Debug("Got local chat message with invalid sender entity: {0}", msg.SenderEntity); return; }