Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kagikn committed Aug 18, 2017
2 parents 98b5fd5 + b2af5d0 commit b2d0d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StuntBonusV/StuntBonusMonitor/UniqueStuntBonus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ internal void OnTick(object o, EventArgs e)
if (_completedUniqueStuntCount < currentCompletedStuntJumpCount)
{
var bonusMoney = BaseAward;
if (IsLastSpecialAwardEnabled && _completedUniqueStuntCount == 50)
if (IsLastSpecialAwardEnabled && currentCompletedStuntJumpCount == 50)
{
bonusMoney = LastStuntAward;
}
Expand Down

0 comments on commit b2d0d16

Please sign in to comment.