diff --git a/Main_menu.gd b/Main_menu.gd index a771b7f..1b6908d 100644 --- a/Main_menu.gd +++ b/Main_menu.gd @@ -181,7 +181,7 @@ func _on_Play_button_pressed(): # If not, else: notice("Executable not found! Click 'UPDATE' to install it again", "alert") - Store.write_store("current_version", "") + Store.write_store("current_version", null) # When the background change timer time's out, func _on_Change_timer_timeout():