Merge branch 'indriApollo-master'

Player model 'character.x' -> 'character.b3d' to match minetest_game master
(change post 0.4.12).  Thanks to IndriApollo.
master
prestidigitator 2015-04-24 13:55:41 -07:00
commit 86e73bbdb0
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