mirror of
https://github.com/PaperMC/Paper.git
synced 2025-09-01 04:43:50 -07:00
SPIGOT-3382: Ensure players can pickup stuff
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
+ // CraftBukkit start
|
||||
+ this.displayName = this.getName();
|
||||
+ // this.canPickUpLoot = true; TODO
|
||||
+ this.canPickUpLoot = true;
|
||||
+ this.maxHealthCache = this.getMaxHealth();
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
|
Reference in New Issue
Block a user