From 0e52fd619690ddbee29895bbbbdd10abdeb172f1 Mon Sep 17 00:00:00 2001 From: GodGodGod20081 <94980235+GodGodGod20081@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:26:29 +0200 Subject: [PATCH] sachen --- Assets/Scripts/PlayerController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/PlayerController.cs b/Assets/Scripts/PlayerController.cs index 395770b..3493054 100644 --- a/Assets/Scripts/PlayerController.cs +++ b/Assets/Scripts/PlayerController.cs @@ -12,7 +12,7 @@ public class PlayerController : MonoBehaviour // Start is called once before the first execution of Update after the MonoBehaviour is created void Start() { - rb = GetComponent; + rb = GetComponent(); } // Update is called once per frame