Skip to content

Commit

Permalink
Missed this one somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
skizzerz committed Nov 25, 2024
1 parent fc39d13 commit 5a3425b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wolfgame.py
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ def _get_gamemodes(var):
from src.gamemodes import GAME_MODES
gamemodes = []
order = {}
for gm, (cls, min, max, chance) in GAME_MODES.items():
for gm, (cls, min, max) in GAME_MODES.items():
if gm == "roles" or gm in config.Main.get("gameplay.disable.gamemodes"):
continue
order[LocalMode(gm).local] = (min, max)
Expand Down

0 comments on commit 5a3425b

Please sign in to comment.