diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-01 22:36:20 +0100 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-01 22:36:20 +0100 |
| commit | 1d4e3a54c036dd3bde950f3b505d1650160c19d6 (patch) | |
| tree | d4bfe7ab4a362dad2d2dffabb8963344dba590c8 /src/main/java/at/hannibal2/skyhanni/config | |
| parent | e3b0c5d5a0d05017a3f5e8fc8ecf17580e2c5474 (diff) | |
| download | skyhanni-1d4e3a54c036dd3bde950f3b505d1650160c19d6.tar.gz skyhanni-1d4e3a54c036dd3bde950f3b505d1650160c19d6.tar.bz2 skyhanni-1d4e3a54c036dd3bde950f3b505d1650160c19d6.zip | |
Removed diana warp data on world switch.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/ConfigGuiForgeInterop.kt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/ConfigGuiForgeInterop.kt b/src/main/java/at/hannibal2/skyhanni/config/ConfigGuiForgeInterop.kt index 94f609c6e..b0adea115 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/ConfigGuiForgeInterop.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/ConfigGuiForgeInterop.kt @@ -18,7 +18,8 @@ class ConfigGuiForgeInterop : IModGuiFactory { override fun getHandlerFor(element: RuntimeOptionCategoryElement): RuntimeOptionGuiHandler? = null - class WrappedSkyHanniConfig(private val parent: GuiScreen) : GuiScreenElementWrapper(ConfigGuiManager.getEditorInstance()) { + class WrappedSkyHanniConfig(private val parent: GuiScreen) : + GuiScreenElementWrapper(ConfigGuiManager.getEditorInstance()) { @Throws(IOException::class) override fun handleKeyboardInput() { if (Keyboard.getEventKeyState() && Keyboard.getEventKey() == Keyboard.KEY_ESCAPE) { |
