fixed bug

This commit is contained in:
sharlotte
2021-08-04 14:31:24 +09:00
parent 7955394b37
commit d1b90d6785
4 changed files with 13 additions and 7 deletions

View File

@@ -318,5 +318,7 @@ public class SettingS {
addGraphicCheckSetting("gaycursor", false);
addGraphicCheckSetting("allTeam", false);
addGraphicCheckSetting("deadTarget", false);
addGraphicCheckSetting("linkedMass", true);
addGraphicCheckSetting("linkedNode", false);
}
}