Stop stripping private use block Unicode from signs

Fixes GH-2943
This commit is contained in:
Zach Brown
2020-02-10 22:35:46 -06:00
parent b8d82b73ea
commit 00156eda4d
46 changed files with 74 additions and 165 deletions

View File

@@ -16,7 +16,7 @@ intent to remove) and replace it with two new methods, clearly named and
documented as to their purpose.
diff --git a/src/main/java/net/minecraft/server/EntityPlayer.java b/src/main/java/net/minecraft/server/EntityPlayer.java
index 83b7ac459..f51893892 100644
index 68e12cf98..d3bfb72e3 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 {