From 974d915b194a581855d09e18396ec477ef549c36 Mon Sep 17 00:00:00 2001 From: Desour Date: Sun, 20 Apr 2025 22:49:52 +0200 Subject: [PATCH] Remove `creative` priv from doc Fixes https://forum.luanti.org/viewtopic.php?p=444099 --- doc/lua_api.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index 6943dec16..3c12a33b4 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -5595,7 +5595,6 @@ provided by the Luanti engine and can be used by mods: * `fly`: can use "fly mode" to move freely above the ground without falling. * `noclip`: can use "noclip mode" to fly through solid nodes (e.g. walls). * `teleport`: can use `/teleport` command to move to any point in the world. - * `creative`: can access creative inventory. * `bring`: can teleport other players to oneself. * `give`: can use `/give` and `/giveme` commands to give any item in the game to oneself or others.