mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-07-04 17:20:44 +02:00
digilines.sounds = {} is not better than nil
This commit is contained in:
1
init.lua
1
init.lua
@ -5,7 +5,6 @@ digilines.mtg = minetest.get_modpath("default")
|
|||||||
digilines.mcl = minetest.get_modpath("mcl_core")
|
digilines.mcl = minetest.get_modpath("mcl_core")
|
||||||
|
|
||||||
-- sounds check
|
-- sounds check
|
||||||
digilines.sounds = {}
|
|
||||||
if digilines.mtg then digilines.sounds = default end
|
if digilines.mtg then digilines.sounds = default end
|
||||||
if digilines.mcl then digilines.sounds = mcl_sounds end
|
if digilines.mcl then digilines.sounds = mcl_sounds end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user