| 543 | const auto goto_loc{ |
| 544 | Coordinate{std::stoi(_ctx.get_config("Debug", "quick_start_x")), |
| 545 | std::stoi(_ctx.get_config("Debug", "quick_start_y"))}}; |
| 546 | const auto goto_dir{static_cast<Enums::Map::Direction>( |
| 547 | std::stoi(_ctx.get_config("Debug", "quick_start_dir")))}; |
| 548 | |
| 549 | _go_to_location(goto_depth, goto_loc, goto_dir); |
| 550 | |
| 551 | // REMOVED Start off in Camp |
| 552 | _ctx.ui->modal_camp->regenerate(); |
nothing calls this directly
no outgoing calls
no test coverage detected