From 0e1e853b6243997adba40c769013e29f60c0a250 Mon Sep 17 00:00:00 2001 From: Will Colding Date: Fri, 31 May 2024 14:18:54 -0400 Subject: [PATCH] Make auto hints default to off --- Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Options.py b/Options.py index 1f6de9c..62a880d 100644 --- a/Options.py +++ b/Options.py @@ -76,7 +76,7 @@ class OneLapMode(Toggle): """Races only require 1 lap to complete""" display_name = "1-Lap Mode" -class AutoHintShop(DefaultOnToggle): +class AutoHintShop(Toggle): """Automatically hints shop items as they unlock""" display_name = "Auto-Hint Shop"