diff options
-rw-r--r-- | src/main/kotlin/io/github/moulberry/notenoughupdates/miscgui/DynamicLightItemsEditor.kt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscgui/DynamicLightItemsEditor.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscgui/DynamicLightItemsEditor.kt index 268bd875..ecab9c6e 100644 --- a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscgui/DynamicLightItemsEditor.kt +++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscgui/DynamicLightItemsEditor.kt @@ -230,8 +230,7 @@ class DynamicLightItemsEditor() : GuiScreen() { try { Class.forName("net.optifine.DynamicLights") println("Loaded dynamic lights successfully.") - } catch (e: Exception) { - e.printStackTrace() + } catch (_: Exception) { } hasAttemptedToLoadOptifine = true if (!didApplyMixin) { |