Fixed #5907
This commit is contained in:
@@ -288,7 +288,7 @@ public class SectorInfo{
|
|||||||
public void eachImport(Planet planet, Cons<Sector> cons){
|
public void eachImport(Planet planet, Cons<Sector> cons){
|
||||||
for(Sector sector : planet.sectors){
|
for(Sector sector : planet.sectors){
|
||||||
Sector dest = sector.info.getRealDestination();
|
Sector dest = sector.info.getRealDestination();
|
||||||
if(sector.hasBase() && sector.info != this && dest != null && dest.info == this){
|
if(sector.hasBase() && sector.info != this && dest != null && dest.info == this && sector.info.anyExports()){
|
||||||
cons.get(sector);
|
cons.get(sector);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -11,4 +11,4 @@ android.useAndroidX=true
|
|||||||
#used for slow jitpack builds; TODO see if this actually works
|
#used for slow jitpack builds; TODO see if this actually works
|
||||||
http.socketTimeout=80000
|
http.socketTimeout=80000
|
||||||
http.connectionTimeout=80000
|
http.connectionTimeout=80000
|
||||||
archash=dd43cacc5c5a68bd7160234a97b4fd48d9a816d7
|
archash=d7fa044477f0d6683a72ede87a35daf9fee851a2
|
||||||
|
|||||||
Reference in New Issue
Block a user