From 3c8a849588fc8fef05d872552823f6e1d5bf2adf Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Fri, 28 Jun 2024 22:51:26 +0200 Subject: [PATCH] Update options.py --- 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 4caab276279b..c977f2d0e1f5 100644 --- a/worlds/witness/options.py +++ b/worlds/witness/options.py @@ -239,7 +239,7 @@ class PanelHuntPlando(LocationSet): Specify specific hunt panels you want for your panel hunt game. """ - display = "Panel Hunt Plando" + display_name = "Panel Hunt Plando" valid_keys = [static_witness_logic.ENTITIES_BY_HEX[panel_hex]["checkName"] for panel_hex in ALL_HUNTABLE_PANELS]