From 1eb5dd9a4f428cc851272b683146254de5872b27 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sat, 14 Jan 2023 18:30:44 -0800 Subject: [PATCH] fix incorrect function name for setting targets --- plugins/lua/autochop.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lua/autochop.lua b/plugins/lua/autochop.lua index e6f8e7008..6b8c9f943 100644 --- a/plugins/lua/autochop.lua +++ b/plugins/lua/autochop.lua @@ -63,7 +63,7 @@ function parse_commandline(...) elseif command == 'undesignate' then autochop_undesignate() elseif command == 'target' then - setTarget(args[2], args[3]) + setTargets(args[2], args[3]) elseif command == 'chop' then do_set_burrow_config('chop', true, args[2]) elseif command == 'nochop' then