Skip to content

Commit f0f4479

Browse files
author
Benoit Doyon
committed
Force CI
1 parent 22bfc44 commit f0f4479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.multiplayer.mlapi/Runtime/Core/NetworkBehaviour.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ internal static void HandleNetworkVariableDeltas(List<INetworkVariable> networkV
683683
if (NetworkLog.CurrentLogLevel <= LogLevel.Normal)
684684
{
685685
NetworkLog.LogWarning($"Var delta read too little. {(readStartPos + varSize) - stream.Position} bytes. => {(logInstance != null ? ($"{nameof(NetworkObjectId)}: {logInstance.NetworkObjectId} - {nameof(NetworkObject.GetNetworkBehaviourOrderIndex)}(): {logInstance.NetworkObject.GetNetworkBehaviourOrderIndex(logInstance)} - VariableIndex: {i}") : string.Empty)}");
686-
}
686+
}
687687

688688
stream.Position = readStartPos + varSize;
689689
}

0 commit comments

Comments
 (0)