test mobs
This commit is contained in:
@@ -200,7 +200,7 @@ Route Pathfinding::perform(Agent& agent, int maxVisited) {
|
||||
}
|
||||
state.finished = true;
|
||||
agent.state = std::move(state);
|
||||
return {};
|
||||
return finish_route(agent, std::move(agent.state));
|
||||
}
|
||||
|
||||
Agent* Pathfinding::getAgent(int id) {
|
||||
|
||||
Reference in New Issue
Block a user