Skip to content

Commit

Permalink
Set PSP SerializedGame as 0
Browse files Browse the repository at this point in the history
Since PSP is an LBP1 equivalent
  • Loading branch information
jvyden committed Oct 2, 2023
1 parent c4f72b6 commit 8e54e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Refresh.GameServer/Authentication/TokenGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static int ToSerializedGame(this TokenGame game)
TokenGame.LittleBigPlanet2 => 1,
TokenGame.LittleBigPlanet3 => 2,
TokenGame.LittleBigPlanetVita => 1,
TokenGame.LittleBigPlanetPSP => 2,
TokenGame.LittleBigPlanetPSP => 0,
TokenGame.Website => throw new InvalidOperationException("https://osuhow.com/"),
_ => throw new ArgumentOutOfRangeException(),
};
Expand Down

0 comments on commit 8e54e78

Please sign in to comment.