Disabled a leftover entityevent debug message

This commit is contained in:
Regalis
2017-06-01 19:51:51 +03:00
parent ff322bd7a2
commit 9adb3fd8fa

View File

@@ -340,7 +340,9 @@ namespace Barotrauma.Networking
}
else
{
#if DEBUG
DebugConsole.NewMessage("received msg " + thisEventID, Microsoft.Xna.Framework.Color.Green);
#endif
UInt16 characterStateID = msg.ReadUInt16();