This commit is contained in:
Pieter-Jan Briers
2021-07-25 14:49:58 +02:00
parent f90462cf82
commit 7feeeb2f6f

View File

@@ -248,7 +248,6 @@ namespace Robust.Server.GameObjects
catch (Exception e)
{
Logger.ErrorS("net.ent", $"Caught exception while dispatching {message.Type}: {e}");
brokenEnts.Add(entity);
}
#endif
}