From 67e1e957d4db1ef32c45e46312834fdadda7a81e Mon Sep 17 00:00:00 2001 From: VorTechnix <45538536+VorTechnix@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:11:04 -0700 Subject: [PATCH] tidy up init.lua --- worldeditadditions_commands/commands/test/tests/init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/worldeditadditions_commands/commands/test/tests/init.lua b/worldeditadditions_commands/commands/test/tests/init.lua index 2461f73..2535672 100644 --- a/worldeditadditions_commands/commands/test/tests/init.lua +++ b/worldeditadditions_commands/commands/test/tests/init.lua @@ -7,9 +7,6 @@ local test_id_paths = { "stacktrace.test.lua", } --- Helper functions -local update = function(a,k,v) a[k] = v end - -- Test loader local test_loader = function (path) for _, v in ipairs(test_id_paths) do dofile(path .. v) end