info command, too far away distance changed for widthindex 3

This commit is contained in:
LunarAkai 2024-03-27 18:46:12 +01:00
commit 14e6d0b5e8
4 changed files with 53 additions and 1 deletions

View file

@ -565,7 +565,7 @@ public class MinecleanerArena {
case 2:
return dist > 128.0;
case 3:
return dist > 256.0;
return dist > 156.0;
}
return dist > 64.0;
}