Skip to content

Commit

Permalink
Actual fix for update message to stop
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Mar 14, 2024
1 parent 6c768ca commit a73140e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tours/updateMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export function sendUpdateMessage() {
} catch (e) {}
const toursToRun = getNewTourList(splitVersions(version), splitVersions(pastVersion));
game.settings.set(MODULE_ID, "last-version", version);
if (toursToRun.length === 0) return;
runTour(toursToRun);
}

Expand Down

0 comments on commit a73140e

Please sign in to comment.