Merge branch 'master_develop' into master_tishen_hw

dev_chengFeng
JieLing 2020-09-05 20:41:56 +08:00
commit 0a36bdf397
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
BattleLogManager = {}
local this = BattleLogManager
local isLog = true
local isLog = false and AppConst.platform == "EDITOR"
local function pairsByKeys(t)
local a = {}