Skip to content

Commit a9b5e9d

Browse files
committed
Fixed bug logic
1 parent 38e85f4 commit a9b5e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/updateMessage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export async function handleUpdateMessage() {
3131
);
3232
if (
3333
last_version === game.modules.get(MODULE_ID).version
34-
&& !game.modules.get(MODULE_ID).version.endsWith(".0")
34+
|| !game.modules.get(MODULE_ID).version.endsWith(".0")
3535
) {
3636
return;
3737
}

0 commit comments

Comments
 (0)