remove 'cannot handle require_scenario=' warning

since it triggers on mainline content

(cherry-picked from commit 29120661f4)
This commit is contained in:
gfgtdf 2018-05-22 01:12:57 +02:00 committed by Charles Dang
parent ea95f26976
commit c132309c66

View file

@ -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;
}