Update upstream CB

This commit is contained in:
Zach Brown
2017-03-30 18:26:00 -05:00
parent b6fe136d35
commit bc4e080971
6 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ Subject: [PATCH] Properly fix item duplication bug
Credit to prplz for figuring out the real issue
diff --git a/src/main/java/net/minecraft/server/EntityPlayer.java b/src/main/java/net/minecraft/server/EntityPlayer.java
index a7a71242e..3147f4a08 100644
index ea140f715..7bc7991eb 100644
--- a/src/main/java/net/minecraft/server/EntityPlayer.java
+++ b/src/main/java/net/minecraft/server/EntityPlayer.java
@@ -0,0 +0,0 @@ public class EntityPlayer extends EntityHuman implements ICrafting {