Skip to content

Commit

Permalink
Fix duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Jun 9, 2024
1 parent 38abb0f commit 8eb2de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HomeLive.Core/Classes/HomeWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public bool HasPK8()

public PK8? ConvertToPK8()
{
if (PKM is PH1 or PH2 or PH2 or PKH)
if (PKM is PH1 or PH2 or PKH)
return ((dynamic)PKM).ConvertToPK8();
else if (PKM is PK8 pk8)
return pk8;
Expand Down

0 comments on commit 8eb2de9

Please sign in to comment.