调整table扩展模块相关代码

This commit is contained in:
MrZ626
2021-04-28 17:22:35 +08:00
parent 1fc4dae61b
commit c8db07a8c8
6 changed files with 18 additions and 18 deletions

View File

@@ -1748,7 +1748,7 @@ function Player:lose(force)
if self.AI_mode=="CC"then
CC.destroy(self.AI_bot)
TABLE.clear(self.holdQueue)
TABLE.cut(self.holdQueue)
self:loadAI(self.AIdata)
end