From 9a351be44b1abdb6d7fce68cfe2db04e5f2abbb5 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:17:24 +0100 Subject: [PATCH] The Witness: Rename "Panel Hunt Settings" to "Panel Hunt Options" Who let me get away with this lmao --- worlds/witness/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/witness/options.py b/worlds/witness/options.py index e1462cc375..c35102464c 100644 --- a/worlds/witness/options.py +++ b/worlds/witness/options.py @@ -456,7 +456,7 @@ witness_option_groups = [ MountainLasers, ChallengeLasers, ]), - OptionGroup("Panel Hunt Settings", [ + OptionGroup("Panel Hunt Options", [ PanelHuntRequiredPercentage, PanelHuntTotal, PanelHuntPostgame,