mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 00:15:56 +02:00
fix creating new unit repair not working
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
This commit is contained in:
parent
64edb99ce0
commit
4b8e71c5e9
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ public class UnitRepairElementListGui extends SettingGuiListConfigGui<Namespaced
|
|||
|
||||
|
||||
// Display material edit setting
|
||||
this.factoryMap.get(materialName).create().show(player);
|
||||
this.factoryMap.get(type).create().show(player);
|
||||
},
|
||||
true
|
||||
).show(event.getWhoClicked());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue