Skip to content
Snippets Groups Projects
Commit 39b6986f authored by TenPlus1's avatar TenPlus1
Browse files

Fix typo (thanks ExeterDad :)

parent 0f143cfa
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment