mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-12-01 14:33:21 +01:00
Allow building against latest Paper
This commit is contained in:
parent
b8899c8333
commit
b09a1255a7
@ -209,6 +209,10 @@ public class AdminInventory implements Inventory {
|
|||||||
public void clear() {
|
public void clear() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int close() {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<HumanEntity> getViewers() {
|
public List<HumanEntity> getViewers() {
|
||||||
return new ArrayList<>();
|
return new ArrayList<>();
|
||||||
|
Loading…
Reference in New Issue
Block a user