mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 01:06:01 +01:00
Missed a rename
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
0ef3001c83
commit
38aca80dfa
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