summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityPlayer.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-08-03 23:00:00 +1000
committermd_5 <git@md-5.net>2017-08-03 23:00:00 +1000
commit2a927e8638f66bb076b68ae8a0d1d0ee9ae72732 (patch)
tree2c786eaa235b2d865b2050d079863825db456459 /nms-patches/EntityPlayer.patch
parent9a1fc1e2eea898d2839c9f43d5b6eccd13bba090 (diff)
downloadcraftbukkit-2a927e8638f66bb076b68ae8a0d1d0ee9ae72732.tar
craftbukkit-2a927e8638f66bb076b68ae8a0d1d0ee9ae72732.tar.gz
craftbukkit-2a927e8638f66bb076b68ae8a0d1d0ee9ae72732.tar.lz
craftbukkit-2a927e8638f66bb076b68ae8a0d1d0ee9ae72732.tar.xz
craftbukkit-2a927e8638f66bb076b68ae8a0d1d0ee9ae72732.zip
Update to Minecraft 1.12.1
Diffstat (limited to 'nms-patches/EntityPlayer.patch')
-rw-r--r--nms-patches/EntityPlayer.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/nms-patches/EntityPlayer.patch b/nms-patches/EntityPlayer.patch
index 1af4cba5..f68760f3 100644
--- a/nms-patches/EntityPlayer.patch
+++ b/nms-patches/EntityPlayer.patch
@@ -49,15 +49,6 @@
public EntityPlayer(MinecraftServer minecraftserver, WorldServer worldserver, GameProfile gameprofile, PlayerInteractManager playerinteractmanager) {
super(worldserver, gameprofile);
playerinteractmanager.player = this;
-@@ -72,7 +102,7 @@
- }
-
- this.server = minecraftserver;
-- this.bZ = minecraftserver.getPlayerList().a((EntityHuman) this);
-+ this.bZ = minecraftserver.getPlayerList().getStatisticManager(this); // CraftBukkit
- this.bY = minecraftserver.getPlayerList().h(this);
- this.P = 1.0F;
- this.setPositionRotation(blockposition, 0.0F, 0.0F);
@@ -81,6 +111,11 @@
this.setPosition(this.locX, this.locY + 1.0D, this.locZ);
}