mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 18:04:27 -05:00
Fixed dPlayerMovement & dWallrun references
This commit is contained in:
@@ -101,10 +101,6 @@ public class PlayerMovement : NetworkBehaviour
|
||||
|
||||
// Don't do movement unless this is the local player controlling it
|
||||
// Otherwise we let the server handle moving us
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
>>>>>>> Particles
|
||||
//if (!IsLocalPlayer) { return; }
|
||||
|
||||
// Don't lock the cursor multiple times if this isn't the local player
|
||||
|
||||
Reference in New Issue
Block a user