Don't log out of PVS chat messages (#8195)

This commit is contained in:
metalgearsloth
2022-05-16 10:49:11 +10:00
committed by GitHub
parent ac1a859e03
commit 68321795d8

View File

@@ -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;
}