This commit is contained in:
sharlottes
2021-05-19 09:08:43 +09:00
parent 94cb8fcd24
commit 3c1c94c3cc
6 changed files with 10 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ public class Main extends Mod {
Groups.unit.each(unit -> new FreeBar().draw(unit));
if(Core.settings.getBool("scan")){
float range = settings.getInt("wavemax");
float range = settings.getInt("rangemax") * 8f;
for(Team team : Team.all) {
indexer.eachBlock(team, Core.input.mouseWorldX(), Core.input.mouseWorldY(), range, b -> true, b -> new FreeBar().draw(b));