reaction-trigger typo.

develop
expwnent 2014-11-28 23:01:44 -05:00
parent a6b5ffef79
commit 762f5231e2
1 changed files with 1 additions and 1 deletions

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