mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Removed comment
This commit is contained in:
parent
cd1c8bd92e
commit
e99a46b52d
1 changed files with 0 additions and 2 deletions
|
@ -317,8 +317,6 @@ minetest.register_node("mcl_mobspawners:spawner", {
|
||||||
if obj then
|
if obj then
|
||||||
obj:remove()
|
obj:remove()
|
||||||
end
|
end
|
||||||
--Make sure the player is not in creative mode before
|
|
||||||
--giving them xp
|
|
||||||
if not minetest.is_creative_enabled(name) then
|
if not minetest.is_creative_enabled(name) then
|
||||||
mcl_experience.throw_xp(pos, math.random(15, 43))
|
mcl_experience.throw_xp(pos, math.random(15, 43))
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue