mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-02-17 08:33:42 +01:00
core: add run_command shim, but it's not finished yet
This commit is contained in:
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
|
Reference in New Issue
Block a user