diff --git a/scenes/golf_ball.gd b/scenes/golf_ball.gd index 1e9cf04..59e415f 100644 --- a/scenes/golf_ball.gd +++ b/scenes/golf_ball.gd @@ -134,6 +134,7 @@ func check_has_entered_hole() -> bool: func rpc_sync_enter_hole(): in_hole = true visible = false + putt_controller.can_putt = false if not multiplayer.is_server(): hole_sound.play() entered_hole.emit(strokes)