整理代码

This commit is contained in:
MrZ626
2021-04-06 00:43:10 +08:00
parent eb15bec707
commit 3b5d21fcd4
5 changed files with 4 additions and 10 deletions

View File

@@ -1725,7 +1725,7 @@ function Player:lose(force)
if self.AI_mode=="CC"then
CC.destroy(self.AI_bot)
while self.holdQueue[1]do rem(self.holdQueue)end
TABLE.clear(self.holdQueue)
self:loadAI(self.AIdata)
end