Skip to content

Commit 59917b1

Browse files
authored
Add files via upload
1 parent f907618 commit 59917b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Hooks.on("sightRefresh", () => {
3232
_betterRoofsHelpers.computeShowHideTile(tile, overrideHide, controlledToken, brMode);
3333
});
3434

35-
if(game.settings.get("betterroofs", "wbIntegration") && game.modules.get("weatherblock")?.active) refreshWheatherBlockingMask()
35+
if(game.settings.get("betterroofs", "wbIntegration") && game.modules.get("weatherblock")?.active) refreshWheatherBlockingMask(true)
3636

3737
if(_betterRoofs.DEBUG){
3838
perfEnd = performance.now()

0 commit comments

Comments
 (0)