mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add minetest.get_player_ip()
This commit is contained in:
parent
3d4d0cb574
commit
4a9b8aae5e
2 changed files with 27 additions and 0 deletions
|
@ -1002,6 +1002,7 @@ minetest.auth_reload()
|
|||
^ These call the authentication handler
|
||||
minetest.check_player_privs(name, {priv1=true,...}) -> bool, missing_privs
|
||||
^ A quickhand for checking privileges
|
||||
minetest.get_player_ip(name) -> IP address string
|
||||
|
||||
Chat:
|
||||
minetest.chat_send_all(text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue