Pathfinder error fix

This commit is contained in:
Anuken
2024-05-07 13:31:39 -04:00
parent abf3111bdc
commit 251e5cc3e7
@@ -455,9 +455,11 @@ public class ControlPathfinder implements Runnable{
}else{ }else{
//reset data //reset data
for(var p : cluster.portals){ for(var p : cluster.portals){
if(p != null){
p.clear(); p.clear();
} }
} }
}
PathCost cost = idToCost(pathCost); PathCost cost = idToCost(pathCost);