From ac5856afe1512b2c08b1eb906a4ac98456370bc8 Mon Sep 17 00:00:00 2001 From: derrod Date: Tue, 5 May 2020 16:04:22 +0200 Subject: [PATCH] [utils] Apply reorder opts to Metro Exodus --- legendary/utils/game_workarounds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }