mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-17 18:40:33 +00:00
Disable log
This commit is contained in:
parent
dd4f345cb6
commit
c719049888
@ -295,7 +295,7 @@ internal static uint GetNextNetworkId()
|
||||
if (reuseNetworkIds && netIdQueue.Count > 0 && netIdQueue.Peek().timeAvailable < NetworkTime.time)
|
||||
{
|
||||
ReusableNetworkId nextNetId = netIdQueue.Dequeue();
|
||||
Debug.LogFormat(LogType.Log, LogOption.NoStacktrace, null, $"[GetNextNetworkId] Reusing NetworkId {nextNetId.reusableNetId}.");
|
||||
//Debug.LogFormat(LogType.Log, LogOption.NoStacktrace, null, $"[GetNextNetworkId] Reusing NetworkId {nextNetId.reusableNetId}.");
|
||||
return nextNetId.reusableNetId;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user