mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-08 20:10:29 +01:00
Implement NOOP openMerchant(Merchant, boolean) in OfflinePlayer.
This commit is contained in:
parent
e5b5994593
commit
6ade8132af
@ -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() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user