Fixed an oopsie

Accidentally had two of the same Vita IDs repeated
This commit is contained in:
FridiNaTor1 2022-02-14 08:57:41 +00:00 committed by GitHub
commit 042f210704
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ public class GameVersionHelper
public static readonly string[] LittleBigPlanetVitaTitleIds = public static readonly string[] LittleBigPlanetVitaTitleIds =
{ {
"PCSF00021", "PCSA00017", "PCSC00013", "PCSD00006", "PCSA00549", "PCSF00516", "PCSA22018", "PCSF00021" "PCSF00021", "PCSA00017", "PCSC00013", "PCSD00006", "PCSA00549", "PCSF00516", "PCSA22018",
}; };
public static readonly string[] LittleBigPlanetPSPTitleIds = public static readonly string[] LittleBigPlanetPSPTitleIds =