Skip to content

Commit

Permalink
Found a big bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Jan 30, 2024
1 parent 564ed5a commit d63e083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/presti/ree6/utils/data/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void createConfigFile() {
.parent().path("muteGlobal").addDefault(true).commentSide("Should an XP reset be triggered when a user gets muted on the Server?")
.parent().path("deafen").addDefault(true).commentSide("Should an XP reset be triggered when a user deafens themselves?")
.parent().path("deafenGlobal").addDefault(true).commentSide("Should an XP reset be triggered when a user gets deafened on the Server?")
.parent().parent().path("rankCard").comment("Customize the rank card in Ree6.").blankLine()
.parent().parent().parent().path("rankCard").comment("Customize the rank card in Ree6.").blankLine()
.addDefault("textColor", "#FFFFFF").commentSide("The Color of the Text in the Rank Card.")
.addDefault("highlightColor", "#FF00FF").commentSide("The Color of the Highlights in the Rank Card. (Level and Rank)")
.addDefault("detailColor", "#C0C0C0").commentSide("The Color of the Details in the Rank Card. (XP and Discriminator)")
Expand Down

0 comments on commit d63e083

Please sign in to comment.