Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed May 28, 2024
1 parent eb9039f commit c7c406b
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 11 deletions.
Binary file removed packs/macros/000009.ldb
Binary file not shown.
File renamed without changes.
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-001126
MANIFEST-001158
8 changes: 3 additions & 5 deletions packs/macros/LOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
2024/05/27-15:39:44.086 7098 Recovering log #1125
2024/05/27-15:39:44.086 7098 Level-0 table #1127: started
2024/05/27-15:39:44.088 7098 Level-0 table #1127: 2520 bytes OK
2024/05/27-15:39:44.091 7098 Delete type=0 #1125
2024/05/27-15:39:44.091 7098 Delete type=3 #1124
2024/05/28-13:24:04.537 4608 Recovering log #1157
2024/05/28-13:24:04.541 4608 Delete type=0 #1157
2024/05/28-13:24:04.541 4608 Delete type=3 #1156
6 changes: 3 additions & 3 deletions packs/macros/LOG.old
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
2024/05/27-14:39:55.665 52f4 Recovering log #1123
2024/05/27-14:39:55.668 52f4 Delete type=0 #1123
2024/05/27-14:39:55.668 52f4 Delete type=3 #1122
2024/05/28-12:00:15.341 80c4 Recovering log #1155
2024/05/28-12:00:15.344 80c4 Delete type=0 #1155
2024/05/28-12:00:15.344 80c4 Delete type=3 #1154
Binary file removed packs/macros/MANIFEST-001126
Binary file not shown.
Binary file added packs/macros/MANIFEST-001158
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 @@ -57,7 +57,7 @@ class WallHeightUtils{
initializeVision: true,
refreshLighting: true,
refreshSounds: true,
refreshTiles: true,
refreshOcclusion: true,
refreshVision: true,
}, true);
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/wall-height.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Hooks.on("renderSceneConfig", (app, html, data) => {
const {advancedVision} = getSceneSettings(app.document);
const enableVisionKeyLabel = game.i18n.localize(`${MODULE_SCOPE}.AdvancedVisionLabel`);
const moduleLabel = game.i18n.localize(`${MODULE_SCOPE}.ModuleLabel`);
html.querySelector(`input[name="globalLightThreshold"]`).closest(".form-group").insertAdjacentHTML("afterend", `
html.querySelector(`input[name="environment.globalLight.enabled"]`).closest(".form-group").insertAdjacentHTML("afterend", `
<fieldset>
<legend>${moduleLabel}</legend>
<div class="form-group">
Expand Down

0 comments on commit c7c406b

Please sign in to comment.