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

@@ -10,7 +10,7 @@ it impossible to properly cancel the event or modify the book meta
cancelled writing
diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index e5db2de26..c3feccbd6 100644
index 784f0a3f2..4b3ddfd99 100644
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
@@ -0,0 +0,0 @@ public class PlayerConnection implements PacketListenerPlayIn {