Improve reorderHideoutAreasWithResouceInputs()
debug messaging
This commit is contained in:
parent
e579cac907
commit
dbc6bd9a0b
@ -765,10 +765,10 @@ export class ProfileFixerService
|
||||
|
||||
for (const areaId of areasToCheck)
|
||||
{
|
||||
const area = pmcProfile.Hideout.Areas.find((x) => x.type === areaId);
|
||||
const area = pmcProfile.Hideout.Areas.find((area) => area.type === areaId);
|
||||
if (!area)
|
||||
{
|
||||
this.logger.debug(`unable to sort ${areaId} slots, no area found`);
|
||||
this.logger.debug(`unable to sort: ${area.type} (${areaId}) slots, no area found`);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user