yet another fork update #9

Merged
chmodsayshello merged 760 commits from VoxeLibre/VoxeLibre:master into master 2023-03-26 20:27:31 +02:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit e99a46b52d - Show all commits

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