mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Fix Custom recipe config GUI not being reloaded on reload config command.
This commit is contained in:
parent
8523044613
commit
d622511e3c
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ class ReloadExecutor : CommandExecutor {
|
|||
EnchantConflictGui.INSTANCE.reloadValues()
|
||||
GroupConfigGui.INSTANCE.reloadValues()
|
||||
UnitRepairConfigGui.INSTANCE.reloadValues()
|
||||
CustomRecipeConfigGui.INSTANCE.reloadValues()
|
||||
|
||||
// & update metric
|
||||
MetricsUtil.testIfConfigIsDefault()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue