Skip to content

Commit

Permalink
Make bots kinematic in auctions
Browse files Browse the repository at this point in the history
  • Loading branch information
toberge committed Oct 3, 2024
1 parent ad6b1ff commit f8e3e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Scripts/Control&Input/Peer2PeerTransport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ private IEnumerator WaitAndInitializeBiddingPlayer(InitializePlayerMessage messa
manager.SetLayer(NetworkPlayerLayer);
UpdateIdentityFromDetails(playerManager.identity, playerDetails);
manager.SetIdentity(manager.identity);
manager.GetComponent<Rigidbody>().isKinematic = true;
}
else
{
Expand Down

0 comments on commit f8e3e48

Please sign in to comment.