mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-07 14:01:51 +07:00
Pathfinder error fix
This commit is contained in:
parent
abf3111bdc
commit
251e5cc3e7
@ -455,7 +455,9 @@ public class ControlPathfinder implements Runnable{
|
||||
}else{
|
||||
//reset data
|
||||
for(var p : cluster.portals){
|
||||
p.clear();
|
||||
if(p != null){
|
||||
p.clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user