mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-09 20:21:07 +00:00
Don't ever un-cancel interact event
This commit is contained in:
parent
fed894a9b0
commit
d53ee08db9
@ -443,8 +443,6 @@ public class ShopInteractListener implements Listener {
|
|||||||
p.sendMessage(LanguageUtils.getMessage(Message.SELLING_DISABLED));
|
p.sendMessage(LanguageUtils.getMessage(Message.SELLING_DISABLED));
|
||||||
plugin.debug("Selling is disabled");
|
plugin.debug("Selling is disabled");
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
e.setCancelled(false);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user