Revert "Dont strip explicit leading color codes in chat components (#1512)"

This reverts commit cd4848b2e6.

Fixes GH-1525
Reintroduces GH-1484
This commit is contained in:
Zach Brown
2018-10-03 18:15:22 -04:00
parent ec5b88b7c1
commit 8f9f852bb3
2 changed files with 1 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ issues when this counter is updated from multiple threads, potentially
causing these counters to desync due to the unsafe volatile update
diff --git a/src/main/java/net/minecraft/server/FileIOThread.java b/src/main/java/net/minecraft/server/FileIOThread.java
index 97917551..1959bc06 100644
index 97917551a4..1959bc0660 100644
--- a/src/main/java/net/minecraft/server/FileIOThread.java
+++ b/src/main/java/net/minecraft/server/FileIOThread.java
@@ -0,0 +0,0 @@ import org.apache.logging.log4j.Logger;