File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
com.unity.netcode.gameobjects/Tests/Runtime/NetworkTransform Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ protected override bool OnShouldInvoke(SpawnStage stage)
667667 {
668668 Debug . LogError ( $ "[Client-{ m_NetworkObject . NetworkManager . LocalClientId } ] NetworkObject-{ ReferenceTeleportHelperId } is not spawned on this client!") ;
669669 }
670- // Check if it is the right stage and if the instance can teleport
670+ // Check if it is the right stage and if the instance can teleport
671671 return base . OnShouldInvoke ( stage ) ;
672672 }
673673
@@ -721,7 +721,7 @@ private bool CanTeleport()
721721
722722 protected override bool OnShouldInvoke ( SpawnStage stage )
723723 {
724- // Check if it is the right stage and if the instance can teleport
724+ // Check if it is the right stage and if the instance can teleport
725725 return base . OnShouldInvoke ( stage ) && CanTeleport ( ) ;
726726 }
727727
You can’t perform that action at this time.
0 commit comments