Remove backward compatible names in explosion info

Appears like they were not used anywhere.
This commit is contained in:
Elias Åström 2021-02-16 21:36:37 +01:00
parent d5ea06bb47
commit 5972322639
1 changed files with 0 additions and 4 deletions

View File

@ -441,10 +441,6 @@ function mcl_explosions.explode(pos, strength, info, puncher)
info.max_blast_resistance = INDESTRUCT_BLASTRES
end
-- For backwards compatibility
if info.no_particle then info.particles = false end
if info.no_sound then info.sound = false end
-- Dont do drops in creative mode
if minetest.is_creative_enabled("") then
info.drop_chance = 0