Commit 3a603a4b3bf97b1e3bffa188ae9ad53db669a577

Authored by zhengshouren
1 parent b8a42026

回退打印信息

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/actions/HangAction.lua
... ... @@ -193,7 +193,6 @@ end
193 193 function _M.roleFormatRpc(agent , data)
194 194 local role = agent.role
195 195 local msg = MsgPack.unpack(data)
196   - dump(msg)
197 196 local hangTeam = role:getProperty("hangTeam")
198 197 for slot, heroId in pairs(msg.heros) do
199 198 if not role.heros[heroId] then
... ...