Remove nested comments #1

Merged
sys4 merged 1 commits from :master into master 2020-10-10 21:14:30 +02:00
1 changed files with 1 additions and 2 deletions

View File

@ -1228,7 +1228,6 @@ if minetest.global_exists(technic) then
end end
--[[
if minetest.global_exists(3darmor) then add to depends if minetest.global_exists(3darmor) then add to depends
--lavashroom skin armor, swimming in lava possible --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") technic.comp("riesenpilz:lavashroom_skin 5", "riesenpilz:antilava_plate")
armor_register(plate blah) armor_register(plate blah)
end--] ] end
}) })
end--]] end--]]