Skip to content

Commit baff161

Browse files
committed
remove empty check for building_bin
temporary removal
1 parent 7146f29 commit baff161

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/regional_settings.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2130,10 +2130,6 @@ void building_bin::finalize()
21302130
debugmsg( "Tried to finalize a finalized bin (that's a code-side error which can't be fixed with jsons)" );
21312131
return;
21322132
}
2133-
if( unfinalized_buildings.empty() ) {
2134-
debugmsg( "There must be at least one entry in this building bin." );
2135-
return;
2136-
}
21372133

21382134
for( const std::pair<const overmap_special_id, int> &pr : unfinalized_buildings ) {
21392135
overmap_special_id current_id = pr.first;

0 commit comments

Comments
 (0)