From 91f7c0ae79c911640991d813f2b628609f8f1cf9 Mon Sep 17 00:00:00 2001 From: jvyden Date: Thu, 20 Jan 2022 21:41:00 -0500 Subject: [PATCH] Remove unnecessary lbpvitaPlayCount from slot serialization --- ProjectLighthouse/Types/Levels/Slot.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ProjectLighthouse/Types/Levels/Slot.cs b/ProjectLighthouse/Types/Levels/Slot.cs index e0cbb5db..b768593a 100644 --- a/ProjectLighthouse/Types/Levels/Slot.cs +++ b/ProjectLighthouse/Types/Levels/Slot.cs @@ -251,9 +251,6 @@ public class Slot LbpSerializer.StringElement("lbp3PlayCount", this.PlaysLBP3) + LbpSerializer.StringElement("lbp3CompletionCount", this.PlaysLBP3Complete) + LbpSerializer.StringElement("lbp3UniquePlayCount", this.PlaysLBP3Unique) + - LbpSerializer.StringElement("lbpvitaPlayCount", this.PlaysLBPVita) + - LbpSerializer.StringElement("lbpvitaCompletionCount", this.PlaysLBPVitaComplete) + - LbpSerializer.StringElement("lbpvitaUniquePlayCount", this.PlaysLBPVitaUnique) + LbpSerializer.StringElement("vitaCrossControlRequired", CrossControllerRequired) + LbpSerializer.StringElement("thumbsup", this.Thumbsup) + LbpSerializer.StringElement("thumbsdown", this.Thumbsdown) +