Minecraft 1.19.3

This commit is contained in:
LOOHP
2022-12-07 21:38:20 +00:00
parent c720a0fd67
commit 50fd145d77
13 changed files with 45343 additions and 28768 deletions
@@ -107,7 +107,7 @@ public class Channel implements AutoCloseable {
@Override
public synchronized void close() throws Exception {
if (valid.compareAndSet(false, true)) {
if (valid.compareAndSet(true, false)) {
input.close();
output.close();
}