Allows us to skip calculating the initial route when starting, so that calculation can be started separately (fixes #1289)
Currently start_routemanager() will always get a new route, which for quests will fail if all stops have been finished. As we're going to start calculation ourselves, we can skip the initial route.
This has been tested with quests, spawns, and raids by clearing the existing route and starting a recalc.
Allows us to skip calculating the initial route when starting, so that calculation can be started separately (fixes #1289)
Currently
start_routemanager()
will always get a new route, which for quests will fail if all stops have been finished. As we're going to start calculation ourselves, we can skip the initial route.This has been tested with quests, spawns, and raids by clearing the existing route and starting a recalc.