9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2026-01-04 15:41:40 +00:00

Fixed pickaxe not being registered

This commit is contained in:
Auxilor
2021-08-18 19:30:35 +01:00
parent 83c9edfe8a
commit e9e0599e8a

View File

@@ -56,6 +56,7 @@ public class ReforgeTarget {
REGISTERED.add(ARMOR);
REGISTERED.add(TRIDENT);
REGISTERED.add(BOW);
REGISTERED.add(PICKAXE);
update(ReforgesPlugin.getInstance());
}