几个全局变量名大写

This commit is contained in:
MrZ626
2020-11-09 23:23:47 +08:00
parent 2989067a55
commit 7b49053e6d
13 changed files with 32 additions and 32 deletions

View File

@@ -81,7 +81,7 @@ function Tick.httpREQ_launch(data)
err,res=json.decode(res.body)
if res then
LOG.print(res.notice,360,COLOR.sky)
if gameVersion==res.version then
if VERSION==res.version then
LOG.print(text.versionIsNew,360,COLOR.sky)
else
LOG.print(string.gsub(text.versionIsOld,"$1",res.version),"warn")