From d622511e3c81f648dc2ead8b98a6f4a423e7065c Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:28:52 +0200 Subject: [PATCH] Fix Custom recipe config GUI not being reloaded on reload config command. --- src/main/kotlin/xyz/alexcrea/cuanvil/command/ReloadExecutor.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/xyz/alexcrea/cuanvil/command/ReloadExecutor.kt b/src/main/kotlin/xyz/alexcrea/cuanvil/command/ReloadExecutor.kt index 5119a47..841773f 100644 --- a/src/main/kotlin/xyz/alexcrea/cuanvil/command/ReloadExecutor.kt +++ b/src/main/kotlin/xyz/alexcrea/cuanvil/command/ReloadExecutor.kt @@ -43,6 +43,7 @@ class ReloadExecutor : CommandExecutor { EnchantConflictGui.INSTANCE.reloadValues() GroupConfigGui.INSTANCE.reloadValues() UnitRepairConfigGui.INSTANCE.reloadValues() + CustomRecipeConfigGui.INSTANCE.reloadValues() // & update metric MetricsUtil.testIfConfigIsDefault()