竞技场类型胜利条件修改

wangzhenxing 2020-09-14 16:46:56 +09:00
parent a85d909545
commit 72536420dc
1 changed files with 2 additions and 2 deletions

View File

@ -48,10 +48,10 @@ function ArenaResultPopup:OnOpen(_args,_fun)
local args = _args
fun = _fun
if not args then return end
this.realResult = args.result
local panelType = args.panelType or 0
local isWin = args.result == 1
--王振兴修改
local isWin = args.result.result == 1
local blueInfo = args.blue
local redInfo = args.red
-- 如果我在防守方,交换数据,我要显示在蓝方