1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

[CSM] Add local formspecs. (#5094)

This commit is contained in:
red-001
2017-01-24 16:26:15 +00:00
committed by Loïc Blot
parent 2c19d51409
commit c42c53fccf
12 changed files with 126 additions and 67 deletions

View File

@@ -32,7 +32,7 @@ end)
-- This is an example function to ensure it's working properly, should be removed before merge
core.register_chatcommand("dump", {
func = function(name, param)
func = function(param)
return true, dump(_G)
end,
})