9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2025-12-19 15:09:26 +00:00

Fixed /eagive slot-specific

This commit is contained in:
Auxilor
2021-01-19 11:06:47 +00:00
parent 275f607f48
commit b4bf2f0a08

View File

@@ -86,6 +86,8 @@ public class CommandEagive extends AbstractCommand {
} else {
reciever.getInventory().addItem(set.getItemStack(slot));
}
return;
}
for (ArmorSlot slot : ArmorSlot.values()) {