aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/Danker/gui
diff options
context:
space:
mode:
authorJimmy <jimmydfang@gmail.com>2020-12-14 22:15:15 -0800
committerGitHub <noreply@github.com>2020-12-14 22:15:15 -0800
commitdc78cd7e258cf9f074652111627be02d419241ab (patch)
treecc0aa9348c3df0bb6a126754b83685def9b80a4e /src/main/java/me/Danker/gui
parentc1c89ef971a3501140a2585210d7bd8dec9e64a8 (diff)
downloadSkyblockMod-dc78cd7e258cf9f074652111627be02d419241ab.tar.gz
SkyblockMod-dc78cd7e258cf9f074652111627be02d419241ab.tar.bz2
SkyblockMod-dc78cd7e258cf9f074652111627be02d419241ab.zip
fix indent
Diffstat (limited to 'src/main/java/me/Danker/gui')
-rw-r--r--src/main/java/me/Danker/gui/DankerGui.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/Danker/gui/DankerGui.java b/src/main/java/me/Danker/gui/DankerGui.java
index 6cba141..0a4f0a3 100644
--- a/src/main/java/me/Danker/gui/DankerGui.java
+++ b/src/main/java/me/Danker/gui/DankerGui.java
@@ -120,7 +120,7 @@ public class DankerGui extends GuiScreen {
watcherReadyMessage = new GuiButton(0, width / 2 - 100, (int) (height * 0.2), "Display Watcher Ready Message: " + Utils.getColouredBoolean(ToggleCommand.watcherReadyToggled));
splitFishing = new GuiButton(0, width / 2 - 100, (int) (height * 0.3), "Split Fishing Display: " + Utils.getColouredBoolean(ToggleCommand.splitFishing));
notifySlayerSlain = new GuiButton(0, width / 2 - 100, (int) (height * 0.4), "Notify when Slayer Slain: " + Utils.getColouredBoolean(ToggleCommand.notifySlayerSlainToggled));
- flowerWeapons = new GuiButton(0, width / 2 - 100, (int) (height * 0.5), "Prevent Placing FoT/Spirit Sceptre: " + Utils.getColouredBoolean(ToggleCommand.flowerWeaponsToggled));
+ flowerWeapons = new GuiButton(0, width / 2 - 100, (int) (height * 0.5), "Prevent Placing FoT/Spirit Sceptre: " + Utils.getColouredBoolean(ToggleCommand.flowerWeaponsToggled));
switch (page) {
case 1: