Skip to content

Commit

Permalink
Changed duplicate Blue to Black
Browse files Browse the repository at this point in the history
  • Loading branch information
szv committed Jun 24, 2023
1 parent aefe1d2 commit 8e43d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backend/Data/Models/GameTypes/GameType8x5.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class GameType8x5 : GameType
new ColorField(FieldColor.Green),
new ColorField(FieldColor.Yellow),
new ColorField(FieldColor.White),
new ColorField(FieldColor.Blue),
new ColorField(FieldColor.Black),
new ColorField(FieldColor.Magenta),
new ColorField(FieldColor.Orange),
};
Expand Down

0 comments on commit 8e43d72

Please sign in to comment.