Make the infinite loop preventer actually prevent infinite loops.
This commit is contained in:
parent
87cbb35868
commit
c171f68507
@ -2659,7 +2659,7 @@ this._tradeStation = function(usemain)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} while (tries < 5 && tries < stats.length);
|
} while (++tries < 5 && tries < stats.length);
|
||||||
return system.mainStation;
|
return system.mainStation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user