enabled custum profiles on server

This commit is contained in:
afischerdev 2024-02-06 17:02:31 +01:00
parent 6a0f69d546
commit 9c5b380105

View file

@ -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"));