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
5854fd56a31ddcaa985b8f593a2d76b48d2b388a
Authored by
zhouhaihai
2020-06-09 17:42:37 +0800
1 parent
bf73a8e5
没用的代码
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/adv/AdvPlayer.lua
Inline
Side-by-side
src/adv/AdvPlayer.lua
Wrap text
Show/Hide comments
View file @
5854fd5
...
...
@@ -65,7 +65,6 @@ end
65
65
function BaseObject:clearRound()
66
66
for i = #self.passives, 1, -1 do
67
67
if self.passives[i].isDel then
68
- self.passives[i]:endPassive()
69
68
table.remove(self.passives, i)
70
69
end
71
70
end
...
...