From 042f210704f1e3e129784d8c5a66944080dd37b0 Mon Sep 17 00:00:00 2001 From: FridiNaTor1 <32988388+FridiNaTor1@users.noreply.github.com> Date: Mon, 14 Feb 2022 08:57:41 +0000 Subject: [PATCH] Fixed an oopsie Accidentally had two of the same Vita IDs repeated --- ProjectLighthouse/Helpers/GameVersionHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Helpers/GameVersionHelper.cs b/ProjectLighthouse/Helpers/GameVersionHelper.cs index 78f37819..6364ed28 100644 --- a/ProjectLighthouse/Helpers/GameVersionHelper.cs +++ b/ProjectLighthouse/Helpers/GameVersionHelper.cs @@ -85,7 +85,7 @@ public class GameVersionHelper 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 =