mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-01-11 15:07:28 +01:00
core: add run_command shim, but it's not finished yet
This commit is contained in:
parent
fa9b511e33
commit
9bdd7d2a25
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 New Issue
Block a user