修改/添加bot的api

更新ccBot相关代码(需要修正)
This commit is contained in:
MrZ626
2021-08-26 02:43:16 +08:00
parent b7d5a3f9c6
commit f77d8d5219
6 changed files with 70 additions and 64 deletions

View File

@@ -347,7 +347,7 @@ function update.alive(P,dt)
end
P:drop(true)
if P.bot then
P.bot:unexpectedLock()
P.bot:lockWrongPlace()
end
end
end