Allow building against latest Paper

This commit is contained in:
Phoenix616 2021-05-15 14:13:13 +01:00
parent b8899c8333
commit b09a1255a7
No known key found for this signature in database
GPG Key ID: 40E2321E71738EB0
1 changed files with 4 additions and 0 deletions

View File

@ -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<>();