0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 06:10:44 -05:00

Skip code when data not found

This commit is contained in:
Chomp 2025-01-25 12:09:35 +00:00
parent f2e554206d
commit 6e20a023c3

View File

@ -248,6 +248,8 @@ export class PostDbLoadService {
this.logger.warning( this.logger.warning(
this.localisationService.getText("bot-unable_to_edit_limits_of_unknown_map", mapId), this.localisationService.getText("bot-unable_to_edit_limits_of_unknown_map", mapId),
); );
continue;
} }
for (const botToLimit of this.locationConfig.botTypeLimits[mapId]) { for (const botToLimit of this.locationConfig.botTypeLimits[mapId]) {