diff options
author | Logan <logan@cflip.net> | 2023-05-01 11:03:42 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2023-05-01 11:03:42 -0600 |
commit | 7625d43635b89a97e662deb01814c79154516302 (patch) | |
tree | c66f424a93c520d2a7d1e2c4912bb9d359916fc6 /scripts/mainmenu.gd | |
parent | eefa785ec82076308b399cbb651cfb966954f6d4 (diff) |
Remove now unnecessary error ignore flags.
Diffstat (limited to 'scripts/mainmenu.gd')
-rw-r--r-- | scripts/mainmenu.gd | 1 |
1 files changed, 0 insertions, 1 deletions
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(): |