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 4e12d42 commit 93d828aCopy full SHA for 93d828a
source/archipelago/APGameState.hx
@@ -479,7 +479,7 @@ class APGameState
479
}
480
481
public function checkGoal(songName:String, modName:String):Bool
482
- {
+ { modName = (modName != null && modName != "") ? modName.trim() : "";
483
var info = info();
484
var locations = locationData(songName, modName).concat(noteData(songName, modName));
485
for (location in locations)
0 commit comments