| ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.py
@@ -2193,6 +2193,8 @@ if not os.path.exists(ReportDir): os.makedirs(ReportDir) else: isSaveOne = IpyGameDataPY.GetFuncCfg("TurnFightProcess", 2) # 个人战报是否只保留1份 if isSaveOne: items = os.listdir(ReportDir) for item in items: fullPath = os.path.join(ReportDir, item)