Fix BauServer Performance

This commit is contained in:
2025-10-03 09:13:32 +02:00
parent 566a7deee3
commit 88cc06560e
4 changed files with 20 additions and 9 deletions
@@ -183,11 +183,6 @@ public class RegionListener implements Listener {
private static void tagChangedRegion(final Location location) {
new BukkitRunnable() {
@Override
public void run() {
Region.getRegion(location).getFlags().set(Flag.CHANGED, ChangedMode.HAS_CHANGE);
}
}.runTaskAsynchronously(BauSystem.getInstance());
Region.getRegion(location).getFlags().set(Flag.CHANGED, ChangedMode.HAS_CHANGE);
}
}