Removed comment

This commit is contained in:
GuyLiner 2023-02-16 16:47:02 -05:00
parent cd1c8bd92e
commit e99a46b52d
1 changed files with 0 additions and 2 deletions

View File

@ -317,8 +317,6 @@ minetest.register_node("mcl_mobspawners:spawner", {
if obj then
obj:remove()
end
--Make sure the player is not in creative mode before
--giving them xp
if not minetest.is_creative_enabled(name) then
mcl_experience.throw_xp(pos, math.random(15, 43))
end