fixed story bug

This commit is contained in:
cale 2016-02-13 11:14:53 +01:00
parent dd94054ede
commit fba463ef4a

View File

@ -203,6 +203,9 @@ function story.generator.show(player, p)
number = 0x00FF00,
world_pos = p
})
if not p then
return
end
minetest.add_entity(p, "story:human")
end