SPIGOT-3382: Ensure players can pickup stuff

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2017-06-26 11:21:38 +10:00
parent 13bcc894ec
commit a7130c67fd

View File

@ -55,7 +55,7 @@
+ // CraftBukkit start
+ this.displayName = this.getName();
+ // this.canPickUpLoot = true; TODO
+ this.canPickUpLoot = true;
+ this.maxHealthCache = this.getMaxHealth();
+ // CraftBukkit end
}