|
|
@ -54,7 +54,7 @@ local function processCommand(job, worker, target, building, command)
|
|
|
|
if arg == '\\WORKER_ID' then
|
|
|
|
if arg == '\\WORKER_ID' then
|
|
|
|
table.insert(result,''..worker.id)
|
|
|
|
table.insert(result,''..worker.id)
|
|
|
|
elseif arg == '\\TARGET_ID' then
|
|
|
|
elseif arg == '\\TARGET_ID' then
|
|
|
|
table.insert(restul,''..target.id)
|
|
|
|
table.insert(result,''..target.id)
|
|
|
|
elseif arg == '\\BUILDING_ID' then
|
|
|
|
elseif arg == '\\BUILDING_ID' then
|
|
|
|
table.insert(result,''..building.id)
|
|
|
|
table.insert(result,''..building.id)
|
|
|
|
elseif arg == '\\LOCATION' then
|
|
|
|
elseif arg == '\\LOCATION' then
|
|
|
|