fix error detected by luacheck
This commit is contained in:
parent
7e71f8aa84
commit
e35ef136c7
@ -11,5 +11,5 @@ function chat_formspec.delete_context(name)
|
|||||||
end
|
end
|
||||||
|
|
||||||
minetest.register_on_leaveplayer(function(player)
|
minetest.register_on_leaveplayer(function(player)
|
||||||
clear_context(player:get_player_name())
|
chat_formspec.delete_context(player:get_player_name())
|
||||||
end)
|
end)
|
Loading…
Reference in New Issue
Block a user