pass vars to after function

This commit is contained in:
tenplus1 2021-06-12 11:40:45 +01:00
parent 90660a7d8a
commit 82d5297666
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ minetest.register_globalstep(function(dtime)
playing[player_name].gain = nil
playing[player_name].handler = nil
end
end)
end, handler, player_name)
end
end
end