fix creating new unit repair not working
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
alexcrea 2026-08-17 13:56:01 +02:00
parent 64edb99ce0
commit 4b8e71c5e9
Signed by: alexcrea
GPG key ID: E59DF23EE2A2266C

View file

@ -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());