Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Nov 2, 2024
1 parent 3608c7d commit 30f0372
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ static public void main(String[] args) throws ConfigurationException {
engineConfig.setModes(Set.of("car", "car_passenger"));
engineConfig.setGenerateNetworkEvents(false);
config.addModule(engineConfig);
}

config.qsim().setMainModes(Collections.emptySet());
config.qsim().setMainModes(Collections.emptySet());
}
}

cmd.applyConfiguration(config);
Expand Down

0 comments on commit 30f0372

Please sign in to comment.