fixed ambience_song filename to ambience_music

This commit is contained in:
TenPlus1 2018-06-11 21:39:51 +01:00
parent 09643b8e21
commit a7db0bf2ac
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ local get_ambience = function(player)
-- play at midnight
if tod >= 0.0 and tod <= 0.01 and not music_handler then
music_handler = minetest.sound_play("ambience_song", {
music_handler = minetest.sound_play("ambience_music", {
to_player = player:get_player_name(),
gain = MUSICVOLUME
})