关闭日志

back_recharge
mashiyu 2019-03-26 11:45:28 +08:00
parent 88a1188dcf
commit 5bcd5583c9
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ function BattleMain.Execute(seed, fightData, optionData)
print(PrintTable(fightData))
--该开关用于输出战斗过程中的日志,用于验证前后端是否出现战斗不同步
BattleLogic.IsOpenBattleRecord = true
BattleLogic.IsOpenBattleRecord = false
if xpcall(function ()
Random.SetSeed(seed)