Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
version 0.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
p4535992 committed Mar 31, 2022
1 parent 5ada0f0 commit cf72490
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/module/lib/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2301,6 +2301,8 @@ export function shouldIncludeVisionV2(sourceToken: Token, targetToken: Token): b
debug(
`[${sourceVisionLevel.visionId}][${targetVisionLevel.visionId}](9.3) Is false, '${sourceToken.data.name}' can see '${targetToken.data.name}'`,
);
// TODO particolar case is false but we put the value anyway
sourceVisionLevelsValid.push(<number>targetVisionLevel.visionLevelValue);
continue;
}
}
Expand Down

0 comments on commit cf72490

Please sign in to comment.