Skip to content

Commit 79880cc

Browse files
committed
Update APUnoTrapState.hx
1 parent 6e53276 commit 79880cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/traps/games/APUnoTrapState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class APUnoTrapState extends UnoTestState {
7171
var usableColors:Array<UnoColor> = [];
7272

7373

74-
usableColors = (UnoCard.UnoColor.createCustomColorsFromObjects(unoColorsWithInt));
74+
usableColors = (UnoCard.createCustomColorsFromObjects(unoColorsWithInt));
7575

7676
// If none unlocked, use gray.
7777
if (usableColors.length == 0) {

0 commit comments

Comments
 (0)