Skip to content

Commit

Permalink
Merge pull request #29 from nexus4880/main
Browse files Browse the repository at this point in the history
Fixed an issue where the launcher was using the Fuyu session id inste…
  • Loading branch information
seionmoya authored Sep 7, 2024
2 parents 7225b61 + 12c67fe commit a471b57
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Fuyu.Launcher/Pages/Account.razor
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
// -- seionmoya, 2024/09/03
RequestService.RegisterGame("eft", "unheard");
var accountId = 0;

RequestService.LoginGame("eft", accountId);

using (var process = ProcessService.StartEft(SettingsService.EftDirectory, sessionId, SettingsService.EftAddress))
var gameSessionId = RequestService.LoginGame("eft", accountId);
using (var process = ProcessService.StartEft(SettingsService.EftDirectory, gameSessionId, SettingsService.EftAddress))
{
process.Start();
}
Expand Down

0 comments on commit a471b57

Please sign in to comment.