Fix server connection, misapplied patch (#7245)

This commit is contained in:
Cyborgmas 2020-08-13 15:22:17 -04:00 committed by GitHub
parent fe43088c96
commit 978b3c7fb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
--- a/net/minecraft/util/registry/Bootstrap.java
+++ b/net/minecraft/util/registry/Bootstrap.java
@@ -46,6 +46,7 @@
PotionBrewing.func_185207_a();
EntityOptions.func_197445_a();
@@ -48,6 +48,7 @@
IDispenseItemBehavior.func_218401_c();
+ if (false) // skip redirectOutputToLog, Forge already redirects stdout and stderr output to log so that they print with more context
ArgumentTypes.func_197483_a();
TagRegistryManager.func_242197_b();
+ if (false) // skip redirectOutputToLog, Forge already redirects stdout and stderr output to log so that they print with more context
func_179868_d();
}
}
@@ -103,7 +104,6 @@
Commands.func_242986_b();
}