9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 09:59:15 +00:00

fix phrasing

This commit is contained in:
hayanesuru
2025-07-08 20:05:51 +09:00
parent 2a3d1c46ee
commit 88303ed880

View File

@@ -23,9 +23,8 @@ public class ReduceChunkSourceUpdates extends ConfigModules {
减少玩家跨区块移动时的区块源更新."""
);
enabled = config.getBoolean(getBasePath() + ".force-enabled", enabled);
if (config.getBoolean(getBasePath() + ".enabled", enabled)) {
LOGGER.warn("The 'reduce-chunk-source-updates' feature is experimental and has been enabled.");
if (!enabled && config.getBoolean(getBasePath() + ".enabled", enabled)) {
LOGGER.warn("Disabled reduce-chunk-source-updates due to experimentation");
}
}
}