Correct operator...

This commit is contained in:
Sam 2017-05-27 18:24:51 +01:00
parent 5bdcd3474f
commit 18197de7be
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ public class AlienInvasion extends SoloGame
// Reward title
if (score.Score == _path.size() - 1)
{
if (Manager.GetStatsManager().Get(player).getStat(GAME_COMPLETED_STAT) > 0)
if (Manager.GetStatsManager().Get(player).getStat(GAME_COMPLETED_STAT) == 0)
{
Manager.GetStatsManager().incrementStat(player, GAME_COMPLETED_STAT, 1);