mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-21 23:01:26 +00:00
Combine a bunch of helpers together, shuffle some things around
This commit is contained in:
parent
71a97894ad
commit
330c01317d
61 changed files with 327 additions and 371 deletions
|
@ -89,7 +89,7 @@ public class LoginController : ControllerBase
|
|||
{
|
||||
GameToken = token,
|
||||
GameTokenId = token.TokenId,
|
||||
Timestamp = TimestampHelper.Timestamp,
|
||||
Timestamp = TimeHelper.Timestamp,
|
||||
IPAddress = ipAddress,
|
||||
Platform = npTicket.Platform,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue