mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 02:50:44 -05:00
Skip code when data not found
This commit is contained in:
parent
f2e554206d
commit
6e20a023c3
@ -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]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user