mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-20 04:37:31 +07:00
Dynamic pathfinding
This commit is contained in:
@ -405,7 +405,7 @@ public class ServerControl implements ApplicationListener{
|
||||
return;
|
||||
}
|
||||
|
||||
Team team = arg.length == 0 ? Team.sharded : Structs.find(Team.all(), t -> t.name.equals(arg[0]));
|
||||
Team team = arg.length == 0 ? Team.sharded : Structs.find(Team.all, t -> t.name.equals(arg[0]));
|
||||
|
||||
if(team == null){
|
||||
err("No team with that name found.");
|
||||
|
Reference in New Issue
Block a user