Archived
0

fix exception on add station to path

This commit is contained in:
iMoHax
2015-01-17 11:45:42 +03:00
parent 52a095bf6d
commit 847ca1cc82

View File

@@ -182,6 +182,7 @@ public class RouterController {
StationModel sS = sStation.getValue();
StationModel tS = tStation.getValue();
PathRouteModel r = market.getPath(sS, tS);
if (r == null) return;
if (route != null){
route = route.add(r);
} else {