diff --git a/parts/tick.lua b/parts/tick.lua index 4d928e66..8f65f822 100644 --- a/parts/tick.lua +++ b/parts/tick.lua @@ -100,7 +100,7 @@ function Tick.httpREQ_launch(data) if res then if response.code==200 then LOG.print(res.notice,360,COLOR.sky) - if VERSION_CODE==res.version_code then + if VERSION_CODE>=res.version_code then LOG.print(text.versionIsNew,360,COLOR.sky) else LOG.print(string.gsub(text.versionIsOld,"$1",res.version_name),"warn")