SPIGOT-3382: Ensure players can pickup stuff

This commit is contained in:
md_5 2017-06-26 11:21:38 +10:00
parent 9de5cb59a0
commit 0481ae963a

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
}