mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-30 14:41:15 +08:00
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;
|
getHandle().canPickUpLoot = pickup;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean canPickupItems() {
|
public boolean getCanPickupItems() {
|
||||||
return getHandle().canPickUpLoot;
|
return getHandle().canPickUpLoot;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user