Skip to content

Commit 04eb49b

Browse files
committed
Merge branch 'AP-CustomEx' of https://github.com/Z11Coding/Mixtape-Engine-Rework into AP-CustomEx
2 parents 042adb8 + 8a5308a commit 04eb49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/APGameState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ class APGameState
894894
}
895895
if (_saveData.hasItem("unlockedUnoColors"))
896896
{
897-
var colors:Array<String> = _saveData.getItem("unlockedUnoColors");
897+
var colors:Array<{name:String, color:String}> = _saveData.getItem("unlockedUnoColors");
898898
archipelago.APItem.unoColorsUnlocked = colors;
899899
}
900900
_saveData.save();

0 commit comments

Comments
 (0)