Implement NOOP openMerchant(Merchant, boolean) in OfflinePlayer.

This commit is contained in:
Ali Moghnieh 2016-11-21 18:11:40 +00:00
parent e5b5994593
commit 6ade8132af
No known key found for this signature in database
GPG Key ID: F09D3A1BAF2E6D70
1 changed files with 5 additions and 0 deletions

View File

@ -831,6 +831,11 @@ public class OfflinePlayer implements Player {
return null;
}
@Override
public InventoryView openMerchant(Merchant merchant, boolean b) {
return null;
}
@Override
public void closeInventory() {
}