Merge branch 'master_xma_local' into master_xma_test

dev_chengFeng hotfix/xma/test/0.1.26
JieLing 2020-10-20 21:04:07 +08:00
commit aefa24e263
1 changed files with 1 additions and 3 deletions

View File

@ -374,10 +374,8 @@ end
function BattleUtil.ChecklistIsContainValue(_list,_value)
if _list and _value then
for key, value in pairs(_list) do
if value==_value then
if value ==_value then
return true
else
return false
end
end
end