removed comment to enable conditional showing

This commit is contained in:
Chr1Z93 2023-04-17 00:42:59 +02:00
parent 4fe52a4856
commit abb7718ad9

View File

@ -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"]]