mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-01-07 07:37:35 +01:00
Implement missing Inventory#isEmpty method in AdminInventory
This commit is contained in:
parent
51e9d5f267
commit
af32b041ff
@ -189,6 +189,10 @@ public class AdminInventory implements Inventory {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public boolean isEmpty() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void remove(Material material) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user