mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Implement NOOP openMerchant(Merchant, boolean) in OfflinePlayer.
This commit is contained in:
parent
e5b5994593
commit
6ade8132af
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue