mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 01:39:52 +03:00
11 lines
375 B
Diff
11 lines
375 B
Diff
--- ../src-base/minecraft/net/minecraft/util/ChatAllowedCharacters.java
|
|
+++ ../src-work/minecraft/net/minecraft/util/ChatAllowedCharacters.java
|
|
@@ -31,6 +31,7 @@
|
|
|
|
static
|
|
{
|
|
+ if (System.getProperty("io.netty.leakDetection.level") == null) // Forge: allow level to be manually specified
|
|
ResourceLeakDetector.setLevel(NETTY_LEAK_DETECTION);
|
|
}
|
|
}
|