diff --git a/.vs/BLV_Studio/v16/.suo b/.vs/BLV_Studio/v16/.suo index b141808..d0a59a1 100644 Binary files a/.vs/BLV_Studio/v16/.suo and b/.vs/BLV_Studio/v16/.suo differ diff --git a/BLV_Studio/FrmMain.vb b/BLV_Studio/FrmMain.vb index 1f6ffc6..b2d525e 100644 --- a/BLV_Studio/FrmMain.vb +++ b/BLV_Studio/FrmMain.vb @@ -4572,7 +4572,7 @@ Public Class FrmMain FVer = Convert.ToInt32(Firbuf(3)) End If End If - If _TableInteraction.TableCompiletoByte(savePath, True) = True Then + If _TableInteraction.TableCompiletoByte(FVer, savePath, True) = True Then _TableInteraction.Save(savePath) '保存配置文件 If IsShowCompileResult Then MsgBox($"Compile complete, Configuration version number:" & _TableInteraction.ConfigInfo.CfgFileVersion) Return True