We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87069e0 commit 7ce2f32Copy full SHA for 7ce2f32
source/archipelago/APPlayState.hx
@@ -175,6 +175,11 @@ class APPlayState extends PlayState {
175
176
currentMod = (backend.WeekData.getCurrentWeek() != null ? backend.WeekData.getCurrentWeek().folder : '');
177
178
+ if (Mods.currentModDirectory != currentMod)
179
+ {
180
+ Mods.currentModDirectory = currentMod;
181
+ }
182
+
183
if (!APEntryState.inArchipelagoMode)
184
{
185
FlxG.switchState(new PlayState());
0 commit comments