diff --git a/Assets/Scripts/Controls/PlayerController.cs b/Assets/Scripts/Controls/PlayerController.cs index 32fbe04..ecbdafd 100644 --- a/Assets/Scripts/Controls/PlayerController.cs +++ b/Assets/Scripts/Controls/PlayerController.cs @@ -22,7 +22,7 @@ namespace Cyber.Controls { private Vector3 Rotation; private void Start() { - CursorHandler = GameObject.Find("/CursorHandler").GetComponent(); + CursorHandler = GameObject.Find("/Systems/CursorHandler").GetComponent(); } private void Update() {