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 6e53276 commit 79880ccCopy full SHA for 79880cc
source/archipelago/traps/games/APUnoTrapState.hx
@@ -71,7 +71,7 @@ class APUnoTrapState extends UnoTestState {
71
var usableColors:Array<UnoColor> = [];
72
73
74
- usableColors = (UnoCard.UnoColor.createCustomColorsFromObjects(unoColorsWithInt));
+ usableColors = (UnoCard.createCustomColorsFromObjects(unoColorsWithInt));
75
76
// If none unlocked, use gray.
77
if (usableColors.length == 0) {
0 commit comments