Tool/配置导表工具/gamecfg_export.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Tool/配置导表工具/gamecfg_export.py
@@ -337,7 +337,6 @@ if (exportType == 1 or row in mServerCfgRowList) and row not in serverIgnoreRow and mServerCfgColList: isAdd = True print row mServerCfg.append(mServerFormat % tuple([rowValuesList[i] for i in mServerCfgColList])) if (exportType == 1 or row in serverCfgRowList) and row not in serverIgnoreRow and serverCfgColList: