From 762f5231e2fbb943ebcfac12c4b63be7dd8baa41 Mon Sep 17 00:00:00 2001 From: expwnent Date: Fri, 28 Nov 2014 23:01:44 -0500 Subject: [PATCH] reaction-trigger typo. --- scripts/modtools/reaction-trigger.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modtools/reaction-trigger.lua b/scripts/modtools/reaction-trigger.lua index d460eef0b..f9ecee7c0 100644 --- a/scripts/modtools/reaction-trigger.lua +++ b/scripts/modtools/reaction-trigger.lua @@ -54,7 +54,7 @@ local function processCommand(job, worker, target, building, command) if arg == '\\WORKER_ID' then table.insert(result,''..worker.id) elseif arg == '\\TARGET_ID' then - table.insert(restul,''..target.id) + table.insert(result,''..target.id) elseif arg == '\\BUILDING_ID' then table.insert(result,''..building.id) elseif arg == '\\LOCATION' then