mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-20 07:29:24 +00:00
[ci skip] fix ReduceChunkSourceUpdates wording
This commit is contained in:
@@ -17,13 +17,15 @@ public class ReduceChunkSourceUpdates extends ConfigModules {
|
|||||||
public void onLoaded() {
|
public void onLoaded() {
|
||||||
config.addCommentRegionBased(getBasePath(), """
|
config.addCommentRegionBased(getBasePath(), """
|
||||||
*** Experimental Feature ***
|
*** Experimental Feature ***
|
||||||
Reduces chunk source updates on inter-chunk player moves.""", """
|
Reduces chunk source updates on inter-chunk player moves.""",
|
||||||
|
"""
|
||||||
*** 实验性功能 ***
|
*** 实验性功能 ***
|
||||||
减少玩家跨区块移动时的区块源更新."""
|
减少玩家跨区块移动时的区块源更新."""
|
||||||
);
|
);
|
||||||
enabled = config.getBoolean(getBasePath() + ".force-enabled", enabled);
|
enabled = config.getBoolean(getBasePath() + ".force-enabled", enabled);
|
||||||
|
|
||||||
if (config.getBoolean(getBasePath() + ".enabled", enabled)) {
|
if (config.getBoolean(getBasePath() + ".enabled", enabled)) {
|
||||||
LOGGER.warn("Disabled reduce-chunk-source-updates due to its experimental");
|
LOGGER.warn("The 'reduce-chunk-source-updates' feature is experimental and has been enabled.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user