From cf362badaf5df40973627a78f5090d27b290d76d Mon Sep 17 00:00:00 2001 From: Freeman Date: Wed, 22 Nov 2023 21:50:32 +0100 Subject: [PATCH] digilines.sounds = {} is not better than nil --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index b109dde..ff17998 100644 --- a/init.lua +++ b/init.lua @@ -5,7 +5,6 @@ digilines.mtg = minetest.get_modpath("default") digilines.mcl = minetest.get_modpath("mcl_core") -- sounds check -digilines.sounds = {} if digilines.mtg then digilines.sounds = default end if digilines.mcl then digilines.sounds = mcl_sounds end