Skip to content

Commit 96c5284

Browse files
committed
Fix for new API breaking change
1 parent c4901c5 commit 96c5284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.multiplayer.samples.coop/Utilities/Net/ClientAuthority/ClientNetworkTransform.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected override void Update()
4040
}
4141
}
4242

43-
protected override bool OnIsServerAuthoritatitive()
43+
protected override bool OnIsServerAuthoritative()
4444
{
4545
return false;
4646
}

0 commit comments

Comments
 (0)