From 7625d43635b89a97e662deb01814c79154516302 Mon Sep 17 00:00:00 2001 From: Logan Date: Mon, 1 May 2023 11:03:42 -0600 Subject: Remove now unnecessary error ignore flags. --- scripts/mainmenu.gd | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/mainmenu.gd') diff --git a/scripts/mainmenu.gd b/scripts/mainmenu.gd index 09d0504..8bd062a 100644 --- a/scripts/mainmenu.gd +++ b/scripts/mainmenu.gd @@ -7,7 +7,6 @@ func _ready(): $"/root/Audio/AudioStreamPlayer".play() func _on_StartButton_pressed(): - # warning-ignore:return_value_discarded get_tree().change_scene_to_file("res://scenes/level.tscn") func _on_LeaderboardButton_pressed(): -- cgit v1.2.3