Fix Custom recipe config GUI not being reloaded on reload config command.

This commit is contained in:
alexcrea 2024-04-24 18:28:52 +02:00
parent 8523044613
commit d622511e3c
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F

View file

@ -43,6 +43,7 @@ class ReloadExecutor : CommandExecutor {
EnchantConflictGui.INSTANCE.reloadValues()
GroupConfigGui.INSTANCE.reloadValues()
UnitRepairConfigGui.INSTANCE.reloadValues()
CustomRecipeConfigGui.INSTANCE.reloadValues()
// & update metric
MetricsUtil.testIfConfigIsDefault()