修复参数未传入问题

This commit is contained in:
2026-03-05 18:05:32 +08:00
parent 225c9f3d2a
commit dbaa229436
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -4572,7 +4572,7 @@ Public Class FrmMain
FVer = Convert.ToInt32(Firbuf(3)) FVer = Convert.ToInt32(Firbuf(3))
End If End If
End If End If
If _TableInteraction.TableCompiletoByte(savePath, True) = True Then If _TableInteraction.TableCompiletoByte(FVer, savePath, True) = True Then
_TableInteraction.Save(savePath) '保存配置文件 _TableInteraction.Save(savePath) '保存配置文件
If IsShowCompileResult Then MsgBox($"Compile complete Configuration version number" & _TableInteraction.ConfigInfo.CfgFileVersion) If IsShowCompileResult Then MsgBox($"Compile complete Configuration version number" & _TableInteraction.ConfigInfo.CfgFileVersion)
Return True Return True