GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
57e52b3d1591db46b66b816f53461332e7636f44
Authored by
zhouhaihai
2021-01-05 19:30:14 +0800
1 parent
9e91460a
空的是nil
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RolePlugin.lua
Inline
Side-by-side
src/models/RolePlugin.lua
Wrap text
Show/Hide comments
View file @
57e52b3
...
...
@@ -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
...
...