Correct operator...
This commit is contained in:
parent
5bdcd3474f
commit
18197de7be
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user