master
rnd1 2016-02-10 13:45:20 +01:00
parent 009fb0b159
commit a9522444ce
1 changed files with 2 additions and 1 deletions

View File

@ -1525,9 +1525,10 @@ minetest.register_entity(name, {
})
end
--minetest.chat_send_all("found path with length " .. #self.path.way);
self.state = "stand"
end
self.path.stuck_timer=0
self.state = "stand"
end
end
-- END PATH FINDING