Skip to content

Commit 85e1f08

Browse files
fix(lib): avoid multiple food checks
1 parent 33838e5 commit 85e1f08

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/events.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ function update_listeners()
6161
message = function()
6262
info("bot successfully logged in!")
6363
end,
64-
},
65-
spawn = {
6664
eat = function()
6765
sleep(5000)
6866
check_food()

0 commit comments

Comments
 (0)