Skip to content

Commit

Permalink
fixed goto_sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
theFox6 committed May 20, 2018
1 parent 564cd86 commit 1dc482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async_actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function working_villages.villager:goto_bed()
if working_villages.debug_logging then
minetest.log("info","his bed is at:" .. self.destination.x .. ",".. self.destination.y .. ",".. self.destination.z)
end
self:goto(bed_pos)
self:go_to(bed_pos)
self:sleep()
end
end
Expand Down

0 comments on commit 1dc482f

Please sign in to comment.