diff --git a/parts/bot/init.lua b/parts/bot/init.lua index f502df18..bdb6419f 100644 --- a/parts/bot/init.lua +++ b/parts/bot/init.lua @@ -16,7 +16,9 @@ function baseBot.update(bot) bot.delay=bot.delay-1 if not keys[1]then if bot.runningThread then - pcall(bot.runningThread) + if not pcall(bot.runningThread)then + bot.runningThread=false + end else P:act_hardDrop() end