Skip to content

Commit

Permalink
remove 'cannot handle require_scenario=' warning
Browse files Browse the repository at this point in the history
since it triggers on mainline content
  • Loading branch information
gfgtdf authored and Vultraz committed May 21, 2018
1 parent f291deb commit 2912066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/saved_game.cpp
Expand Up @@ -255,7 +255,7 @@ void saved_game::check_require_scenario()
}

if(starting_point_["addon_id"].empty()) {
ERR_NG << "cannot handle require_scenario=yes because we don't know from which addon that scenario came from\n";
//ERR_NG << "cannot handle require_scenario=yes because we don't know from which addon that scenario came from\n";
return;
}

Expand Down

0 comments on commit 2912066

Please sign in to comment.