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

@@ -132,7 +132,7 @@ index c91312fac..5108d3ee9 100644
public CompletableFuture<Either<IChunkAccess, PlayerChunk.Failure>> getStatusFutureUnchecked(ChunkStatus chunkstatus) {
diff --git a/src/main/java/net/minecraft/server/PlayerChunkMap.java b/src/main/java/net/minecraft/server/PlayerChunkMap.java
index 7a4778ed6..0964b73d8 100644
index a46d4661d..3dcd23a42 100644
--- a/src/main/java/net/minecraft/server/PlayerChunkMap.java
+++ b/src/main/java/net/minecraft/server/PlayerChunkMap.java
@@ -0,0 +0,0 @@ public class PlayerChunkMap extends IChunkLoader implements PlayerChunk.d {