Skip to content
Snippets Groups Projects
Commit 6a159f92 authored by Raphael Leroux's avatar Raphael Leroux
Browse files

character.x -> character.b3d to work with latest minetest_game

parent df428bbd
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ function wardrobe.setPlayerSkin(player)
{
visual = "mesh",
visual_size = { x = 1, y = 1 },
mesh = "character.x",
mesh = "character.b3d",
textures = { skin }
});
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment