Skip to content

Commit

Permalink
Try to not build VTOL in Cyborg factory.
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Dec 16, 2017
1 parent 2beec96 commit 2a6a822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiplay/skirmish/cobra_includes/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ function produce()
}
else
{
if (useVtol)
if (useVtol && facType === VTOL_FACTORY)
{
buildVTOL(FC.id);
}
Expand Down

0 comments on commit 2a6a822

Please sign in to comment.