update yarn param mappings (#8563)

This commit is contained in:
Jake Potrebic
2022-11-12 12:57:41 -08:00
parent 97cb10205d
commit f93eb6e135
10 changed files with 24 additions and 24 deletions

View File

@@ -184,8 +184,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}
}
@@ -0,0 +0,0 @@ public class RegionFile implements AutoCloseable {
((java.nio.Buffer) bytebuffer).position(5); // CraftBukkit - decompile error
filechannel.write(bytebuffer);
((java.nio.Buffer) buf).position(5); // CraftBukkit - decompile error
filechannel.write(buf);
} catch (Throwable throwable) {
+ com.destroystokyo.paper.exception.ServerInternalException.reportInternalException(throwable); // Paper
if (filechannel != null) {