Misc bugfixes

This commit is contained in:
Anuken
2022-03-10 12:58:00 -05:00
parent 72b43053cd
commit d566440e77
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ public class CommandAI extends AIController{
}
//others have arrived at destination, so this one will too
if(count >= Math.max(2, local.size / 3)){
if(count >= Math.max(3, local.size / 2)){
targetPos = null;
}
}