Disabled a leftover entityevent debug message
This commit is contained in:
@@ -340,7 +340,9 @@ namespace Barotrauma.Networking
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
#if DEBUG
|
||||||
DebugConsole.NewMessage("received msg " + thisEventID, Microsoft.Xna.Framework.Color.Green);
|
DebugConsole.NewMessage("received msg " + thisEventID, Microsoft.Xna.Framework.Color.Green);
|
||||||
|
#endif
|
||||||
|
|
||||||
UInt16 characterStateID = msg.ReadUInt16();
|
UInt16 characterStateID = msg.ReadUInt16();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user