Skip to content

Commit

Permalink
well it's working
Browse files Browse the repository at this point in the history
  • Loading branch information
HRK-EXEX committed Nov 22, 2024
1 parent db81c8d commit 0fc1321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/options/BaseOptionsMenu.hx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class BaseOptionsMenu extends MusicBeatSubstate
// P-Slice moment
var currentSubState = Type.getClassName(Type.getClass(FlxG.state.subState));
var targetSubState = "mobile.options.MobileOptionsSubState"; // there is no way to get specific substate, feel free to change if you have idea
CoolUtil.showPopUp('${ClientPrefs.data.storageType} / ${MobileOptionsSubState.lastStorageType} / ${currentSubState}', 'tests');
// CoolUtil.showPopUp('${ClientPrefs.data.storageType} / ${MobileOptionsSubState.lastStorageType} / ${currentSubState}', 'tests');
if (currentSubState == targetSubState && ClientPrefs.data.storageType != MobileOptionsSubState.lastStorageType)
{
FlxG.sound.play(Paths.sound('cancelMenu'));
Expand Down

0 comments on commit 0fc1321

Please sign in to comment.