Attack command support, still no pathfinding

This commit is contained in:
Anuken
2022-02-08 20:55:21 -05:00
parent d1eae2d1a2
commit c3c0b95024
6 changed files with 62 additions and 10 deletions

View File

@@ -70,7 +70,7 @@ public class ControlPathfinder implements Runnable{
//}
for(var entry : requests){
entry.value.update(maxUpdate / requests.size);
}
}