1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-10-01 17:00:31 +02:00

nothing...

This commit is contained in:
Ombridride 2015-03-19 00:36:03 +01:00
parent 235ea20592
commit 970bc9fd72

View File

@ -958,7 +958,6 @@ function mobs:register_spawn(name, nodes, max_light, min_light, chance, active_o
-- spawn mob half block higher
pos.y = pos.y - 0.5
minetest.add_entity(pos, name)
end
})
end