1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-04-28 14:45:08 +02:00

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
}