removed comment to enable conditional showing
This commit is contained in:
parent
4fe52a4856
commit
abb7718ad9
@ -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"]]
|
||||
|
Loading…
Reference in New Issue
Block a user