1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Add help formspec for CSM commands (#13937)

This commit is contained in:
Zemtzov7
2024-02-03 02:12:59 +05:00
committed by GitHub
parent 176e674a51
commit 893594d81a
3 changed files with 48 additions and 22 deletions

View File

@@ -7,6 +7,7 @@ dofile(clientpath .. "register.lua")
dofile(commonpath .. "after.lua")
dofile(commonpath .. "mod_storage.lua")
dofile(commonpath .. "chatcommands.lua")
dofile(commonpath .. "information_formspecs.lua")
dofile(clientpath .. "chatcommands.lua")
dofile(clientpath .. "death_formspec.lua")
dofile(clientpath .. "misc.lua")