关闭日志
parent
88a1188dcf
commit
5bcd5583c9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue