Skip to content

Commit

Permalink
Require confirmation for camp placement (#73604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae authored May 10, 2024
1 parent a8f6235 commit f66be7c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/faction_camp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -669,10 +669,6 @@ faction *basecamp::fac() const
recipe_id base_camps::select_camp_option( const std::map<recipe_id, translation> &pos_options,
const std::string &option )
{
if( pos_options.size() == 1 ) {
return pos_options.begin()->first;
}

std::vector<std::string> pos_names;
int choice = 0;

Expand Down

0 comments on commit f66be7c

Please sign in to comment.