From 5972322639a15877cc93f5c6aa4c358a7a4c55c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20=C3=85str=C3=B6m?= Date: Tue, 16 Feb 2021 21:36:37 +0100 Subject: [PATCH] Remove backward compatible names in explosion info Appears like they were not used anywhere. --- mods/CORE/mcl_explosions/init.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mods/CORE/mcl_explosions/init.lua b/mods/CORE/mcl_explosions/init.lua index 02044dc9..7607ecf0 100644 --- a/mods/CORE/mcl_explosions/init.lua +++ b/mods/CORE/mcl_explosions/init.lua @@ -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