Commit 3a603a4b3bf97b1e3bffa188ae9ad53db669a577
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,7 +193,6 @@ end | ||
| 193 | function _M.roleFormatRpc(agent , data) | 193 | function _M.roleFormatRpc(agent , data) |
| 194 | local role = agent.role | 194 | local role = agent.role |
| 195 | local msg = MsgPack.unpack(data) | 195 | local msg = MsgPack.unpack(data) |
| 196 | - dump(msg) | ||
| 197 | local hangTeam = role:getProperty("hangTeam") | 196 | local hangTeam = role:getProperty("hangTeam") |
| 198 | for slot, heroId in pairs(msg.heros) do | 197 | for slot, heroId in pairs(msg.heros) do |
| 199 | if not role.heros[heroId] then | 198 | if not role.heros[heroId] then |