13
0
geforkt von Mirrors/Paper

Missed a rename

By: feildmaster <admin@feildmaster.com>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2012-12-10 19:17:47 -06:00
Ursprung 0ef3001c83
Commit 38aca80dfa

Datei anzeigen

@ -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;
} }
} }