diff --git a/nms-patches/EntityPlayer.patch b/nms-patches/EntityPlayer.patch index 9452567c2f..f68760f361 100644 --- a/nms-patches/EntityPlayer.patch +++ b/nms-patches/EntityPlayer.patch @@ -55,7 +55,7 @@ + // CraftBukkit start + this.displayName = this.getName(); -+ // this.canPickUpLoot = true; TODO ++ this.canPickUpLoot = true; + this.maxHealthCache = this.getMaxHealth(); + // CraftBukkit end }