lua_api.txt: Improve privilege definition (#8912)

master
ANAND 2019-09-08 18:34:44 +08:00 committed by SmallJoker
parent 36bfc67574
commit 52e3b4bc72
1 changed files with 4 additions and 3 deletions

View File

@ -7023,10 +7023,11 @@ Privilege definition
Used by `minetest.register_privilege`.
{
description = "Can teleport", -- Privilege description
description = "",
-- Privilege description
give_to_singleplayer = false,
-- Whether to grant the privilege to singleplayer (default true).
give_to_singleplayer = true,
-- Whether to grant the privilege to singleplayer.
give_to_admin = true,
-- Whether to grant the privilege to the server admin.