We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7146f29 commit baff161Copy full SHA for baff161
src/regional_settings.cpp
@@ -2130,10 +2130,6 @@ void building_bin::finalize()
2130
debugmsg( "Tried to finalize a finalized bin (that's a code-side error which can't be fixed with jsons)" );
2131
return;
2132
}
2133
- if( unfinalized_buildings.empty() ) {
2134
- debugmsg( "There must be at least one entry in this building bin." );
2135
- return;
2136
- }
2137
2138
for( const std::pair<const overmap_special_id, int> &pr : unfinalized_buildings ) {
2139
overmap_special_id current_id = pr.first;
0 commit comments