From 9bdd7d2a253410c0d6840d25e39e47aa7cb6d9ea Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 16 May 2022 23:40:17 +0100 Subject: [PATCH] core: add run_command shim, but it's not finished yet --- worldeditadditions_core/core/run_command.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 worldeditadditions_core/core/run_command.lua diff --git a/worldeditadditions_core/core/run_command.lua b/worldeditadditions_core/core/run_command.lua new file mode 100644 index 0000000..de74a80 --- /dev/null +++ b/worldeditadditions_core/core/run_command.lua @@ -0,0 +1,5 @@ + + +function run_command(cmdname, func, paramtext) + -- TODO: Fill this in +end