diff options
Diffstat (limited to 'nms-patches')
-rw-r--r-- | nms-patches/EntityPlayer.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/EntityPlayer.patch b/nms-patches/EntityPlayer.patch index 9452567c..f68760f3 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 } |