diff options
author | rubenwardy <rubenwardy@gmail.com> | 2016-04-09 16:07:45 +0100 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-04-28 07:19:07 +0100 |
commit | 17bfe2fe5b24aa7cf097bfe0a18dd3a66a0cee38 (patch) | |
tree | 08af2da28738cf88c9b9c2e0034f0b41ad473b36 /doc | |
parent | 30083d1e0070d0f86337a57ea36b6bba7fd52572 (diff) | |
download | minetest-17bfe2fe5b24aa7cf097bfe0a18dd3a66a0cee38.tar.gz minetest-17bfe2fe5b24aa7cf097bfe0a18dd3a66a0cee38.tar.bz2 minetest-17bfe2fe5b24aa7cf097bfe0a18dd3a66a0cee38.zip |
Builtin: Add basic_privs setting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 47624496b..4b5f969d3 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1924,6 +1924,7 @@ Call these functions only at load time! * `minetest.register_privilege(name, definition)` * `definition`: `"description text"` * `definition`: `{ description = "description text", give_to_singleplayer = boolean, -- default: true }` + * To allow players with basic_privs to grant, see basic_privs minetest.conf setting. * `minetest.register_authentication_handler(handler)` * See `minetest.builtin_auth_handler` in `builtin.lua` for reference |