mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
core: add run_command shim, but it's not finished yet
This commit is contained in:
parent
fa9b511e33
commit
9bdd7d2a25
1 changed files with 5 additions and 0 deletions
5
worldeditadditions_core/core/run_command.lua
Normal file
5
worldeditadditions_core/core/run_command.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
function run_command(cmdname, func, paramtext)
|
||||
-- TODO: Fill this in
|
||||
end
|
Loading…
Reference in a new issue