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

temp disable async-target-finding

This commit is contained in:
hayanesuru
2025-05-13 19:59:05 +09:00
parent e01facb2a3
commit 0bdfeeb528
6 changed files with 17 additions and 69 deletions

View File

@@ -34,6 +34,8 @@ public class AsyncTargetFinding extends ConfigModules {
asyncTargetFindingInitialized = true;
enabled = config.getBoolean(getBasePath() + ".enabled", enabled);
// TODO
enabled = false;
alertOther = config.getBoolean(getBasePath() + ".async-alert-other", true);
searchBlock = config.getBoolean(getBasePath() + ".async-search-block", true);
searchEntity = config.getBoolean(getBasePath() + ".async-search-entity", true);