diff --git a/patches/server/Rewrite-chunk-system.patch b/patches/server/Rewrite-chunk-system.patch index 4a31226d99..98ad3f35b7 100644 --- a/patches/server/Rewrite-chunk-system.patch +++ b/patches/server/Rewrite-chunk-system.patch @@ -5114,6 +5114,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + ret.sections[sectionY - ret.minSection] = deserialized; + } + ++ ret.loaded = !readAnything; // Set loaded to false if we read anything to ensure proper callbacks to PoiManager are made on #load ++ + return ret; + } +}