We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e85f4 commit a9b5e9dCopy full SHA for a9b5e9d
scripts/updateMessage.js
@@ -31,7 +31,7 @@ export async function handleUpdateMessage() {
31
);
32
if (
33
last_version === game.modules.get(MODULE_ID).version
34
- && !game.modules.get(MODULE_ID).version.endsWith(".0")
+ || !game.modules.get(MODULE_ID).version.endsWith(".0")
35
) {
36
return;
37
}
0 commit comments