File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -895,7 +895,7 @@ class APGameState
895895 if (_saveData .hasItem (" unlockedUnoColors" ))
896896 {
897897 var colors : Array <String > = _saveData .getItem (" unlockedUnoColors" );
898- archipelago. APItem .unlockedUnoColors = colors ;
898+ archipelago. APItem .unoColorsUnlocked = colors ;
899899 }
900900 _saveData .save ();
901901 }
@@ -920,7 +920,7 @@ class APGameState
920920 _saveData .addItem (" Lives" , APPlayState .livecount );
921921 _saveData .addItem (" hasPocketLens" , APItem .hasPocketLens );
922922 _saveData .addItem (" hasDashMechanic" , APItem .hasDashMechanic );
923- _saveData .addItem (" unlockedUnoColors" , archipelago. APItem .unlockedUnoColors );
923+ _saveData .addItem (" unlockedUnoColors" , archipelago. APItem .unoColorsUnlocked );
924924 _saveData .save ();
925925 trace (" Save data updated!" );
926926 }
You can’t perform that action at this time.
0 commit comments