Skip to content

Commit

Permalink
Remove wrong code - Platinum
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonathanc committed Jun 7, 2021
1 parent dd04eef commit 0c899e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions PS3TrophyIsGood/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,6 @@ private void toolStripMenuItem1_Click(object sender, EventArgs e)
}
}

if (copyFrom.checkBox1.Checked && tconf.HasPlatinium && (GetCountBaseTrophiesAchieved() >= baseGamaCount) && !IsTrophySync(0))
ChangeTrophyTime(0, GetDateTimeLastBaseTrophyAchieved().AddSeconds(1));

haveBeenEdited = true;
RefreshComponents();
}
Expand Down

0 comments on commit 0c899e9

Please sign in to comment.