digilines.sounds = {} is not better than nil

This commit is contained in:
Freeman 2023-11-22 21:50:32 +01:00
parent d89b7a39a3
commit cf362badaf
1 changed files with 0 additions and 1 deletions

View File

@ -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