i dunno man

This commit is contained in:
2025-07-22 16:18:43 +02:00
parent 9d29ec8ee4
commit 3df89c6d28
2 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,6 @@ public partial class WeaponSystem : RigidBody3D
public void OnThrownWeaponReachesGround(Node other)
{
GD.Print(other.Name);
PlantWeaponInWall();
}