mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
[mcl_jukebox] fix warnings
This commit is contained in:
parent
9edcc60ba2
commit
0cac8f3f44
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ local function now_playing(player, name)
|
||||||
active_huds[playername] = nil
|
active_huds[playername] = nil
|
||||||
end
|
end
|
||||||
end, {playername, id, hud_sequence_numbers[playername]})
|
end, {playername, id, hud_sequence_numbers[playername]})
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.register_on_leaveplayer(function(player)
|
minetest.register_on_leaveplayer(function(player)
|
||||||
|
|
Loading…
Reference in a new issue