mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-09-08 02:15:16 -05:00
Merge branch 'PlayerEnable'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user