Missed a rename

By: feildmaster <admin@feildmaster.com>
This commit is contained in:
CraftBukkit/Spigot 2012-12-10 19:17:47 -06:00
parent 0ef3001c83
commit 38aca80dfa

View File

@ -329,7 +329,7 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
getHandle().canPickUpLoot = pickup; getHandle().canPickUpLoot = pickup;
} }
public boolean canPickupItems() { public boolean getCanPickupItems() {
return getHandle().canPickUpLoot; return getHandle().canPickUpLoot;
} }
} }