From 69bf964241666428e8d1663164a443654f51d53a Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 20 Jul 2019 18:22:32 +0200 Subject: Add /help formspec for commands and privileges (#8385) * Trigger for 'all' as well * Add description textarea, double-click to copy --- builtin/game/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin/game') diff --git a/builtin/game/init.lua b/builtin/game/init.lua index ab1503dee..04f0732e5 100644 --- a/builtin/game/init.lua +++ b/builtin/game/init.lua @@ -25,6 +25,7 @@ dofile(gamepath.."privileges.lua") dofile(gamepath.."auth.lua") dofile(commonpath .. "chatcommands.lua") dofile(gamepath.."chatcommands.lua") +dofile(commonpath .. "information_formspecs.lua") dofile(gamepath.."static_spawn.lua") dofile(gamepath.."detached_inventory.lua") assert(loadfile(gamepath.."falling.lua"))(builtin_shared) -- cgit v1.2.3