mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-02 18:18:39 +00:00
Make authentication attempts use npticket platform
This commit is contained in:
parent
7081b725a8
commit
e1bad4ead3
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class LoginController : ControllerBase
|
|||
GameTokenId = token.TokenId,
|
||||
Timestamp = TimestampHelper.Timestamp,
|
||||
IPAddress = ipAddress,
|
||||
Platform = token.GameVersion == GameVersion.LittleBigPlanetVita ? Platform.Vita : Platform.PS3, // TODO: properly identify RPCS3
|
||||
Platform = npTicket.Platform,
|
||||
};
|
||||
|
||||
this.database.AuthenticationAttempts.Add(authAttempt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue