We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01edd4c commit 3169ce5Copy full SHA for 3169ce5
1 file changed
MLAPI/MonoBehaviours/Core/NetworkingManager.cs
@@ -346,7 +346,6 @@ private void Update()
346
}
347
break;
348
case NetworkEventType.DataEvent:
349
- Debug.Log("RECIEVE");
350
HandleIncomingData(connectionId, ref messageBuffer);
351
352
0 commit comments