Skip to content

Commit

Permalink
Skip code when data not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Jan 25, 2025
1 parent f2e5542 commit 6e20a02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/src/services/PostDbLoadService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ export class PostDbLoadService {
this.logger.warning(
this.localisationService.getText("bot-unable_to_edit_limits_of_unknown_map", mapId),
);

continue;
}

for (const botToLimit of this.locationConfig.botTypeLimits[mapId]) {
Expand Down

0 comments on commit 6e20a02

Please sign in to comment.