Missed a rename
This commit is contained in:
parent
430d352a5a
commit
3692209fe6
@ -329,7 +329,7 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
|
||||
getHandle().canPickUpLoot = pickup;
|
||||
}
|
||||
|
||||
public boolean canPickupItems() {
|
||||
public boolean getCanPickupItems() {
|
||||
return getHandle().canPickUpLoot;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user