From 0554662c32781b3c132d9464bfe0d932d7ec4aa7 Mon Sep 17 00:00:00 2001 From: Pierre Ryssen Date: Tue, 31 Mar 2026 22:03:32 +0200 Subject: [PATCH] fix: change the typo 'teh' into 'the' in the throw script --- Assets/Code/Scripts/Player/PlayerHeadControll.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Code/Scripts/Player/PlayerHeadControll.cs b/Assets/Code/Scripts/Player/PlayerHeadControll.cs index e8dd525..c00f5d3 100644 --- a/Assets/Code/Scripts/Player/PlayerHeadControll.cs +++ b/Assets/Code/Scripts/Player/PlayerHeadControll.cs @@ -11,7 +11,7 @@ public class PlayerHeadController : MonoBehaviour public bool isHoldingHead; [Header("Grabbable")] - public Transform HandTransform; // in teh future hand maybe grab items but for now its an empty object + public Transform HandTransform; // in the future hand maybe grab items but for now its an empty object public float ItemThrowForce = 10f; public float ItemPickupDistance = 5f;