Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
0 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanzhoudev committed Sep 10, 2023
1 parent f786b25 commit 815d572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/wynntils/webapi/WebManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public static void updateGuildColors(RequestHandler handler) {

guildColors.put( // name, CustomColor
entry.getValue().getAsJsonObject().get("_id").getAsString(),
CustomColor.fromString(colorString, 0f)
CustomColor.fromString(colorString, 1f)
);
}
return true;
Expand Down

0 comments on commit 815d572

Please sign in to comment.