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

master
Raphael Leroux 2015-04-24 16:11:19 +02:00
parent df428bbd7d
commit 6a159f925f
1 changed files with 1 additions and 1 deletions

View File

@ -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