Change some custom event to let them be async

This commit is contained in:
Xephi59
2015-08-28 00:16:26 +02:00
parent eec7a7f575
commit e33ebb7379
12 changed files with 103 additions and 74 deletions
@@ -20,6 +20,7 @@ public class ProtectInventoryEvent extends CustomEvent {
public ProtectInventoryEvent(Player player, ItemStack[] storedinventory,
ItemStack[] storedarmor) {
super(true);
this.player = player;
this.storedinventory = storedinventory;
this.storedarmor = storedarmor;