mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-01 06:46:59 +01:00
Missed a rename
This commit is contained in:
parent
430d352a5a
commit
3692209fe6
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
|
|||
getHandle().canPickUpLoot = pickup;
|
||||
}
|
||||
|
||||
public boolean canPickupItems() {
|
||||
public boolean getCanPickupItems() {
|
||||
return getHandle().canPickUpLoot;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue