Skip to content

Commit 7ce2f32

Browse files
committed
Update APPlayState.hx
1 parent 87069e0 commit 7ce2f32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/archipelago/APPlayState.hx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ class APPlayState extends PlayState {
175175

176176
currentMod = (backend.WeekData.getCurrentWeek() != null ? backend.WeekData.getCurrentWeek().folder : '');
177177

178+
if (Mods.currentModDirectory != currentMod)
179+
{
180+
Mods.currentModDirectory = currentMod;
181+
}
182+
178183
if (!APEntryState.inArchipelagoMode)
179184
{
180185
FlxG.switchState(new PlayState());

0 commit comments

Comments
 (0)