fix incorrect function name for setting targets

develop
Myk Taylor 2023-01-14 18:30:44 -08:00
parent 39f7930587
commit 1eb5dd9a4f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -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