Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jun 9, 2024
1 parent ed364dd commit 5b3e3de
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packs/macros/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-001312
MANIFEST-001314
6 changes: 3 additions & 3 deletions packs/macros/LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
2024/06/09-13:15:52.230 af24 Recovering log #1310
2024/06/09-13:15:52.233 af24 Delete type=0 #1310
2024/06/09-13:15:52.234 af24 Delete type=3 #1308
2024/06/09-13:49:30.055 e634 Recovering log #1313
2024/06/09-13:49:30.059 e634 Delete type=0 #1313
2024/06/09-13:49:30.059 e634 Delete type=3 #1312
10 changes: 3 additions & 7 deletions packs/macros/LOG.old
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
2024/06/09-13:14:16.907 7228 Recovering log #1307
2024/06/09-13:14:16.910 7228 Delete type=0 #1307
2024/06/09-13:14:16.910 7228 Delete type=3 #1306
2024/06/09-13:14:29.213 4c10 Level-0 table #1311: started
2024/06/09-13:14:29.213 4c10 Level-0 table #1311: 0 bytes OK
2024/06/09-13:14:29.215 4c10 Delete type=0 #1309
2024/06/09-13:14:29.215 4c10 Manual compaction at level-0 from '!macros!5zElsDCnePqaHmQ6' @ 72057594037927935 : 1 .. '!macros!uPDEi0D43DJ8ifBf' @ 0 : 0; will stop at (end)
2024/06/09-13:15:52.230 af24 Recovering log #1310
2024/06/09-13:15:52.233 af24 Delete type=0 #1310
2024/06/09-13:15:52.234 af24 Delete type=3 #1308
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/patches.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export function registerWrappers() {
const { advancedVision } = getSceneSettings(canvas.scene);
if (!advancedVision) return true;
const {top, bottom} = getWallBounds(wall);
const object = this.config?.source?.object ?? this.origin?.object ?? this.object ?? WallHeight.currentToken;
const object = this.config?.source?.object ?? this.origin?.object ?? this.object;
if(!object) return true;
const b = object?.b ?? -Infinity;
const t = object?.t ?? +Infinity;
Expand Down

0 comments on commit 5b3e3de

Please sign in to comment.