Skip to content

Commit

Permalink
Fix typo in campaign scripts. Found by 'Berserk Cyborg'.
Browse files Browse the repository at this point in the history
  • Loading branch information
perim committed Oct 25, 2016
1 parent 4cc23d2 commit 74559bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/base/script/campaign/libcampaign.js
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ function __camTruckTick()
if (camDef(truck))
{
enableStructure("A0ResourceExtractor", player);
orderDroidBuild(minDroid, DORDER_BUILD, "A0ResourceExtractor",
orderDroidBuild(truck, DORDER_BUILD, "A0ResourceExtractor",
oil.x, oil.y);
continue;
}
Expand Down

0 comments on commit 74559bf

Please sign in to comment.