Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrochu committed Jan 4, 2025
1 parent 3be5215 commit e6fca5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/keymasters_keep/games/re_volt_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def optional_game_constraint_templates(self) -> List[GameObjectiveTemplate]:
GameObjectiveTemplate(
label="Play on MODE mode",
data={
"COUNT": (self.modes, 1),
"MODE": (self.modes, 1),
},
),
]
Expand Down

0 comments on commit e6fca5e

Please sign in to comment.