Fix mcl_weather crash

This commit is contained in:
Wuzzy 2020-05-02 19:08:55 +02:00
parent bc740efafe
commit 02b2ff7460
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ mcl_weather.rain = {
mcl_weather.rain.sound_handler = function(player)
return minetest.sound_play("weather_rain", {
to_player = player,
to_player = player:get_player_name(),
loop = true,
})
end