Skip to content

Commit

Permalink
Fix SemperFi-js building its fourth research lab.
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Jul 5, 2019
1 parent fad9124 commit 6634148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mp/multiplay/skirmish/semperfi_includes/build.js
Expand Up @@ -496,7 +496,7 @@ function buildResearchLabs()
{
amount = 5;
}
else if (amount >= 7)
else if (derrCount >= 7)
{
amount = 4;
}
Expand Down

0 comments on commit 6634148

Please sign in to comment.