@@ -86,8 +86,8 @@
|
||||
}
|
||||
|
||||
l -= itemstack3.getCount() - j1;
|
||||
- slot1.set(itemstack3);
|
||||
+ // slot1.set(itemstack3);
|
||||
- slot1.setByPlayer(itemstack3);
|
||||
+ // slot1.setByPlayer(itemstack3);
|
||||
+ draggedSlots.put(slot1.index, itemstack3); // CraftBukkit - Put in map instead of setting
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user