enabled custum profiles on server
This commit is contained in:
parent
6a0f69d546
commit
9c5b380105
1 changed files with 4 additions and 0 deletions
|
@ -194,6 +194,10 @@ public class RouteServer extends Thread implements Comparable<RouteServer> {
|
|||
if (wplist.size() < 10) {
|
||||
SuspectManager.nearRecentWps.add(wplist);
|
||||
}
|
||||
if (params.containsKey("profile")) {
|
||||
// already handled in readRoutingContext
|
||||
params.remove("profile");
|
||||
}
|
||||
int engineMode = 0;
|
||||
if (params.containsKey("engineMode")) {
|
||||
engineMode = Integer.parseInt(params.get("engineMode"));
|
||||
|
|
Loading…
Reference in a new issue