mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-21 15:03:00 +00:00
fixup
This commit is contained in:
parent
9bdd7d2a25
commit
4ab386788d
2 changed files with 5 additions and 1 deletions
|
@ -59,3 +59,5 @@ local function register_command(cmdname, options)
|
|||
})
|
||||
we_c.registered_commands[cmdname] = options
|
||||
end
|
||||
|
||||
return register_command
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
|
||||
|
||||
function run_command(cmdname, func, paramtext)
|
||||
local function run_command(cmdname, func, paramtext)
|
||||
-- TODO: Fill this in
|
||||
end
|
||||
|
||||
return run_command
|
||||
|
|
Loading…
Reference in a new issue