mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 15:43:50 +01:00
fixup
This commit is contained in:
parent
9bdd7d2a25
commit
4ab386788d
@ -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 New Issue
Block a user