Archived
0

Remove any references to local files, fix build

This commit is contained in:
Dico200
2018-07-25 02:12:17 +01:00
parent 44587e49ff
commit c0e4ab728e
2 changed files with 11 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ public class InventoryEventUtil {
}
public static ItemStack getNewItem(InventoryClickEvent event) {
Inventory clicked = event.getClickedInventory();
Inventory clicked = event.getInventory();
switch (event.getAction()) {
case SWAP_WITH_CURSOR:
case PLACE_ALL: