Skip to content

Commit

Permalink
Readd missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CordonZeus22 committed Nov 25, 2024
1 parent bbf6e12 commit f0d5230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class OptConfigDataManager extends DataManager<
excludedLocations = validateArr(
excludedLocations,
allLocationCharacterKeys.filter((k) => k !== key),
[]
[] // Remove self from list
).filter(
(lk) =>
this.database.chars.get(this.database.chars.LocationToCharacterKey(lk)) // Remove characters who do not exist in the DB
Expand Down

0 comments on commit f0d5230

Please sign in to comment.