释放死掉的CC进程

This commit is contained in:
MrZ626
2020-09-03 11:54:03 +08:00
parent d3ae0e28a8
commit b873aa09d6

View File

@@ -2456,6 +2456,7 @@ function player.lose(P)
end
if P.AI_mode=="CC"then
BOT.destroy(P.AI_bot)
P.hd=nil
loadAI(P,P.AIdata)
P:popNext()