【云梦祈福】不再请求数据

dev_chengFeng
gaoxin 2021-12-09 18:04:29 +08:00
parent 889a49576c
commit 6f3774c030
1 changed files with 4 additions and 4 deletions

View File

@ -234,10 +234,10 @@ end
function this.CheckActiveIsOpen(data)
local globalActivityData = GlobalActivity[data.activityId]
if globalActivityData then
if globalActivityData.Type == ActivityTypeDef.Pray then
--云梦活动开启 请求数据
NetManager.InitPrayDataRequest()
end
-- if globalActivityData.Type == ActivityTypeDef.Pray then
-- --云梦活动开启 请求数据
-- NetManager.InitPrayDataRequest()
-- end
end
end