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:
@@ -86,6 +86,8 @@ public class CommandEagive extends AbstractCommand {
|
||||
} else {
|
||||
reciever.getInventory().addItem(set.getItemStack(slot));
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
for (ArmorSlot slot : ArmorSlot.values()) {
|
||||
|
||||
Reference in New Issue
Block a user