From 7a5df839c98ff7e0d95961aae97bec040a04d144 Mon Sep 17 00:00:00 2001 From: sys4 Date: Sat, 10 Oct 2020 15:44:25 +0200 Subject: [PATCH] Remove nested comments --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index d926bab..a56e81a 100644 --- a/init.lua +++ b/init.lua @@ -1228,7 +1228,6 @@ if minetest.global_exists(technic) then end - --[[ if minetest.global_exists(3darmor) then add to depends --lavashroom skin armor, swimming in lava possible @@ -1252,7 +1251,7 @@ if minetest.global_exists(technic) then technic.comp("riesenpilz:lavashroom_skin 5", "riesenpilz:antilava_plate") armor_register(plate blah) - end--] ] + end }) end--]]