Fix typo (thanks ExeterDad :)

This commit is contained in:
TenPlus1 2017-05-29 20:18:27 +01:00
parent 0f143cfa80
commit 39b6986f57
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ mobs:register_mob("mob_horse:horse", {
if inv:room_for_item("main", "mobs:saddle") then
inv:add_item("main", "mobs:saddle")
else
minetest.add_item(clicker.getpos(), "mobs:saddle")
minetest.add_item(clicker:getpos(), "mobs:saddle")
end
-- attach player to horse