diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-10-14 18:46:43 -0400 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-10-14 18:46:43 -0400 |
commit | 87f8ee2c0be3d87f800fa09064ea80de61812970 (patch) | |
tree | 40cc373d6b7277acdf000952e4fdf06428a959c3 /src/main/java/de/hysky/skyblocker/config/SkyblockerConfig.java | |
parent | 8385880ebc152a946f62a42d788e298f2b179794 (diff) | |
download | Skyblocker-87f8ee2c0be3d87f800fa09064ea80de61812970.tar.gz Skyblocker-87f8ee2c0be3d87f800fa09064ea80de61812970.tar.bz2 Skyblocker-87f8ee2c0be3d87f800fa09064ea80de61812970.zip |
Fix indents
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/config/SkyblockerConfig.java')
-rw-r--r-- | src/main/java/de/hysky/skyblocker/config/SkyblockerConfig.java | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/main/java/de/hysky/skyblocker/config/SkyblockerConfig.java b/src/main/java/de/hysky/skyblocker/config/SkyblockerConfig.java index b673a9db..189c6af7 100644 --- a/src/main/java/de/hysky/skyblocker/config/SkyblockerConfig.java +++ b/src/main/java/de/hysky/skyblocker/config/SkyblockerConfig.java @@ -47,8 +47,8 @@ public class SkyblockerConfig { /* REGEX Explanation * "Pets" : simple match on letters - * "(?: \\(\\d+\\/\\d+\\))?" : optional match on the non-capturing group for the page in the format " ($number/$number)" - */ + * "(?: \\(\\d+\\/\\d+\\))?" : optional match on the non-capturing group for the page in the format " ($number/$number)" + */ @SerialEntry public QuickNavItem button3 = new QuickNavItem(true, new ItemData("bone"), "Pets(:? \\(\\d+\\/\\d+\\))?", "/pets"); @@ -332,16 +332,16 @@ public class SkyblockerConfig { public boolean enableCommandArgShortcuts = true; } - public static class QuiverWarning { - @SerialEntry - public boolean enableQuiverWarning = true; - - @SerialEntry - public boolean enableQuiverWarningInDungeons = true; - - @SerialEntry - public boolean enableQuiverWarningAfterDungeon = true; - } + public static class QuiverWarning { + @SerialEntry + public boolean enableQuiverWarning = true; + + @SerialEntry + public boolean enableQuiverWarningInDungeons = true; + + @SerialEntry + public boolean enableQuiverWarningAfterDungeon = true; + } public static class Hitbox { @SerialEntry @@ -528,7 +528,7 @@ public class SkyblockerConfig { @SerialEntry public boolean blazeSolver = true; - @SerialEntry + @SerialEntry public boolean creeperSolver = true; @SerialEntry |