mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-30 06:24:06 +01:00
SPIGOT-3382: Ensure players can pickup stuff
This commit is contained in:
parent
9de5cb59a0
commit
0481ae963a
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
+ // CraftBukkit start
|
+ // CraftBukkit start
|
||||||
+ this.displayName = this.getName();
|
+ this.displayName = this.getName();
|
||||||
+ // this.canPickUpLoot = true; TODO
|
+ this.canPickUpLoot = true;
|
||||||
+ this.maxHealthCache = this.getMaxHealth();
|
+ this.maxHealthCache = this.getMaxHealth();
|
||||||
+ // CraftBukkit end
|
+ // CraftBukkit end
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user