From b481fcbabf2b0719fb4cc3a92dbc480d528ec6da Mon Sep 17 00:00:00 2001 From: "Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org" Date: Sat, 16 Dec 2023 13:11:29 +0100 Subject: [PATCH] indentation / style Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com> --- technic/machines/HV/nuclear_reactor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/HV/nuclear_reactor.lua b/technic/machines/HV/nuclear_reactor.lua index 170a2a5e..738baa21 100644 --- a/technic/machines/HV/nuclear_reactor.lua +++ b/technic/machines/HV/nuclear_reactor.lua @@ -239,7 +239,7 @@ local mcl_expl_info = { local function melt_down_reactor(pos) minetest.log("action", "A reactor melted down at "..minetest.pos_to_string(pos)) if minetest.get_modpath("mcl_explosions") then - mcl_explosions.explode(pos, 30, mcl_expl_info) + mcl_explosions.explode(pos, 30, mcl_expl_info) end minetest.set_node(pos, {name = "technic:corium_source"}) end