Pathfinder error fix
This commit is contained in:
@@ -455,7 +455,9 @@ public class ControlPathfinder implements Runnable{
|
||||
}else{
|
||||
//reset data
|
||||
for(var p : cluster.portals){
|
||||
p.clear();
|
||||
if(p != null){
|
||||
p.clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user