back_recharge
wangyuan 2019-07-02 13:32:16 +08:00
parent 6e71bccd2a
commit 803850c4ea
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ function BuffManager:Init()
for i = 1, self.buffList.size do
local list = self.buffList.vList[i]
for j=1, list.size do
list.buffer[j]:OnEnd()
putBuff(list.buffer[j])
end
list:Clear()