Merge branch 'PlayerEnable'

This commit is contained in:
2021-11-29 12:12:24 -06:00
18 changed files with 1091 additions and 29 deletions

View File

@@ -114,7 +114,7 @@ public class PlayerMovement : NetworkBehaviour
{
// Don't do movement unless this is the local player controlling it
// Otherwise we let the server handle moving us
//if (!IsLocalPlayer) { return; }
if (!IsLocalPlayer) { return; }
//Controls for camera