mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2024-11-25 19:45:36 +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 int close() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<HumanEntity> getViewers() {
|
||||
return new ArrayList<>();
|
||||
|
Loading…
Reference in New Issue
Block a user