mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 09:41:29 +01:00
SPIGOT-4860: Cancelling InventoryOpenEvent on MerchantInventory prevents re-opening
By: md_5 <git@md-5.net>
This commit is contained in:
parent
61d087fec5
commit
59a3833b02
@ -14,7 +14,7 @@
|
||||
|
||||
public class InventoryMerchant implements IInventory {
|
||||
|
||||
@@ -12,6 +19,45 @@
|
||||
@@ -12,6 +19,46 @@
|
||||
public int selectedIndex;
|
||||
private int e;
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
+
|
||||
+ public void onClose(CraftHumanEntity who) {
|
||||
+ transaction.remove(who);
|
||||
+ merchant.setTradingPlayer((EntityHuman) null); // SPIGOT-4860
|
||||
+ }
|
||||
+
|
||||
+ public List<HumanEntity> getViewers() {
|
||||
|
Loading…
Reference in New Issue
Block a user