暂时取消存档导入时的版本限制

This commit is contained in:
MrZ626
2021-10-26 11:12:33 +08:00
parent 3294760f6d
commit 62c802d2c3
2 changed files with 17 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ scene.widgetList={
WIDGET.newButton{name="data", x=490,y=390,w=280,h=100,color='lR',
code=function()
local D=_parseCB()
if D and D.version==STAT.version then
if D then
TABLE.update(D,STAT)
saveStats()
MES.new('check',text.importSuccess)