From f1389c16aee688fd7dd67abb56b5e5c83aaf2c1c Mon Sep 17 00:00:00 2001 From: tpart Date: Wed, 4 Sep 2024 21:15:47 +0200 Subject: Fix crash because of incomplete refactor --- client/map/items/strawberry.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/map/items/strawberry.gd') diff --git a/client/map/items/strawberry.gd b/client/map/items/strawberry.gd index e663464f..f2a1165a 100644 --- a/client/map/items/strawberry.gd +++ b/client/map/items/strawberry.gd @@ -28,6 +28,6 @@ func progress(position_: float, speed: float, warn: bool): super(position_, speed, warn) cut.emitting = true -func finish(warn: bool): - super(warn) +func finish(): + super() cut.emitting = false -- cgit v1.2.3-70-g09d2