SPIGOT-980: Fix NPE when setting items of offline players

This commit is contained in:
DoctorDark 2015-06-10 23:35:49 +01:00 committed by md_5
parent 76c834a849
commit d432434fd8

View File

@ -38,6 +38,7 @@ public class CraftInventoryPlayer extends CraftInventory implements org.bukkit.i
public void setItem(int index, ItemStack item) {
super.setItem(index, item);
EntityPlayer player = ((CraftPlayer) this.getHolder()).getHandle();
if (player.playerConnection == null) return;
// PacketPlayOutSetSlot places the items differently than setItem()
//
// Between, and including, index 9 (the first index outside of the hotbar) and index 35 (the last index before