diff --git a/legendary/utils/game_workarounds.py b/legendary/utils/game_workarounds.py index 6b2d393..3da0d66 100644 --- a/legendary/utils/game_workarounds.py +++ b/legendary/utils/game_workarounds.py @@ -2,7 +2,7 @@ # games where the download order optimizations are enabled by default _optimize_default = { - 'wombat' + 'wombat', 'snapdragon' }