diff --git a/patches/server/MC-Dev-fixes.patch b/patches/server/MC-Dev-fixes.patch index 6859375a03..68423bf9a3 100644 --- a/patches/server/MC-Dev-fixes.patch +++ b/patches/server/MC-Dev-fixes.patch @@ -266,7 +266,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 public static BoundingBox createBoundingBox(Stream pieces) { - Stream stream1 = pieces.map(StructurePiece::getBoundingBox); -+ Stream stream1 = pieces.map(StructurePiece::getBoundingBox); // Paper - decompile fx ++ Stream stream1 = pieces.map(StructurePiece::getBoundingBox); // Paper - decompile fix Objects.requireNonNull(stream1); return (BoundingBox) BoundingBox.encapsulatingBoxes(stream1::iterator).orElseThrow(() -> {