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

Update config comment

This commit is contained in:
Dreeam
2025-02-22 02:28:43 -05:00
parent 502385840d
commit 69ece108dd

View File

@@ -13,9 +13,9 @@ public class OnlyPlayerPushable extends ConfigModules {
@Override
public void onLoaded() {
enabled = config.getBoolean(getBasePath(), enabled, """
Enable to make only player pushable
This option override the armorstand doCollisionEntityLookups and
...write in docs""");
enabled = config.getBoolean(getBasePath(), enabled, config.pickStringRegionBased(
"Enable to make only player pushable",
"是否只允许玩家被实体推动"
));
}
}