diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-06-13 21:50:16 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-06-13 21:50:16 +0200 |
commit | 31344fc364cde2cef243a49f1e7d4c4fbb390699 (patch) | |
tree | 2736d7f215cae69dfc11487accbf3d715b0290d5 /src/main/java/at/hannibal2/skyhanni/data/GuiEditManager.kt | |
parent | 5bd6a4cd3807d128ba55c336946531a8838c51c7 (diff) | |
download | skyhanni-31344fc364cde2cef243a49f1e7d4c4fbb390699.tar.gz skyhanni-31344fc364cde2cef243a49f1e7d4c4fbb390699.tar.bz2 skyhanni-31344fc364cde2cef243a49f1e7d4c4fbb390699.zip |
formatting
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/data/GuiEditManager.kt')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/data/GuiEditManager.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/data/GuiEditManager.kt b/src/main/java/at/hannibal2/skyhanni/data/GuiEditManager.kt index a7e09b3f0..0f53a3e0c 100644 --- a/src/main/java/at/hannibal2/skyhanni/data/GuiEditManager.kt +++ b/src/main/java/at/hannibal2/skyhanni/data/GuiEditManager.kt @@ -95,14 +95,14 @@ object GuiEditManager { SkyHanniMod.screenToOpen = GuiPositionEditor( currentPositions.values().toList(), 2, - Minecraft.getMinecraft().currentScreen as? GuiContainer + Minecraft.getMinecraft().currentScreen as? GuiContainer, ) if (hotkeyReminder && lastHotkeyReminded.passedSince() > 30.minutes) { lastHotkeyReminded = SimpleTimeMark.now() ChatUtils.chat( "§eTo edit hidden GUI elements:\n" + " §7- §e1. Set a key in /sh edit.\n" + - " §7- §e2. Click that key while the GUI element is visible." + " §7- §e2. Click that key while the GUI element is visible.", ) } } |