1
0
mirror of https://codeberg.org/tenplus1/ambience.git synced 2024-12-26 18:50:29 +01:00

amend load msg's

This commit is contained in:
tenplus1 2022-12-19 18:21:30 +00:00
parent 4772a74e5d
commit cbc25eacdb

View File

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