mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-01-08 08:08:05 +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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isEmpty() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void remove(Material material) {
|
public void remove(Material material) {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user