From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Helvetica Volubi Date: Tue, 28 Jul 2026 15:08:10 +0800 Subject: [PATCH] Anonymous Object: Fix wrong variable passing in RegionizedWorldData As requested by the original author, this patch will be anonymous and hide the original commit address. This patch is used with permission from the original author. Licensed under: GPL-3.0 (https://www.gnu.org/licenses/gpl-3.0.html) diff --git a/io/papermc/paper/threadedregions/RegionizedWorldData.java b/io/papermc/paper/threadedregions/RegionizedWorldData.java index f1234717c2626661a93f5a22358a41752c22df3d..a2187a61070a8dde2e457127394ce9eba44c0201 100644 --- a/io/papermc/paper/threadedregions/RegionizedWorldData.java +++ b/io/papermc/paper/threadedregions/RegionizedWorldData.java @@ -855,7 +855,7 @@ public final class RegionizedWorldData { } public void setTickingBlockEntities(final boolean to) { - this.tickingBlockEntities = true; + this.tickingBlockEntities = to; // Anonymous - Fix wrong variable passing in RegionizedWorldData } public List getBlockEntityTickers() {