From cbc25eacdbd960c241f2f41e8dcc6b7720b9abd5 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 19 Dec 2022 18:21:30 +0000 Subject: [PATCH] amend load msg's --- soundsets.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soundsets.lua b/soundsets.lua index a602ce1..bc04bc6 100644 --- a/soundsets.lua +++ b/soundsets.lua @@ -139,7 +139,7 @@ ambience.add_set("lava", { }) else - print ("[Ambience] found env_sounds, flowing water and lava sounds disabled.") + print ("[MOD] Ambience - found env_sounds, flowing water and lava sounds disabled.") end -- Only add fire sounds set if flame_sound is disabled or fire redo active @@ -149,7 +149,7 @@ local fire_redo = minetest.get_modpath("fire") and fire.mod and fire.mod == "red if flame_sound and not fire_redo then - print ("[Ambience] fire sounds not enabled, already active in fire mod.") + print ("[MOD] Ambience - fire sounds not enabled, already active in fire mod.") else