Commit 57e52b3d1591db46b66b816f53461332e7636f44

Authored by zhouhaihai
1 parent 9e91460a

空的是nil

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/models/RolePlugin.lua
... ... @@ -1363,7 +1363,7 @@ function RolePlugin.bind(Role)
1363 1363 end
1364 1364 format.heros = heros
1365 1365 format.supports = team.supports or {}
1366   - format.tactics = team.tactics or {}
  1366 + format.tactics = team.tactics or nil
1367 1367 return format
1368 1368 end
1369 1369  
... ...