minor fix

master
Sokomine 2014-09-22 05:17:41 +02:00
parent e186a5ec9e
commit 3abbd19db1
1 changed files with 1 additions and 1 deletions

2
we.lua
View File

@ -98,7 +98,7 @@ mg_villages.import_scm = function(scm)
scm[ent.y][ent.x][ent.z] = {
node = {
content = minetest.get_content_id(ent.name),
param2 = ent.param2},
name = ent.name,param2 = ent.param2},
rotation = paramtype2}
end
else