SPIGOT-3382: Ensure players can pickup stuff
By: md_5 <git@md-5.net>
This commit is contained in:
parent
13bcc894ec
commit
a7130c67fd
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
|
||||
+ // CraftBukkit start
|
||||
+ this.displayName = this.getName();
|
||||
+ // this.canPickUpLoot = true; TODO
|
||||
+ this.canPickUpLoot = true;
|
||||
+ this.maxHealthCache = this.getMaxHealth();
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue