diff --git a/src/core/Global.ttslua b/src/core/Global.ttslua index cc3e1824..6c8259b8 100644 --- a/src/core/Global.ttslua +++ b/src/core/Global.ttslua @@ -1059,7 +1059,7 @@ function compareVersion(request) modMeta = JSON.decode(request.text) -- stop here if on latest version or "don't show again" was clicked - --if MOD_VERSION == modMeta["latestVersion"] then return end + if MOD_VERSION == modMeta["latestVersion"] then return end if dontNotify[modMeta["latestVersion"]] then return end local releaseNotes = modMeta["releaseNotes"][modMeta["latestVersion"]]