Skip to content

Commit

Permalink
Commented code that doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus4880 committed Dec 18, 2024
1 parent 25cff58 commit 81da2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fuyu.Backend.EFT/Controllers/Http/MatchLocalEndController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public MatchLocalEndController() : base("/client/match/local/end")

public override Task RunAsync(EftHttpContext context, MatchLocalEndRequest body)
{
var sessionId = context.GetSessionId();
/*var sessionId = context.GetSessionId();
var profile = EftOrm.GetActiveProfile(sessionId);
Expand All @@ -42,7 +42,7 @@ public override Task RunAsync(EftHttpContext context, MatchLocalEndRequest body)
// * scav / pmc state detection
// -- seionmoya, 2024-08-28
profile.Pmc = body.results.profile;
EftOrm.SetOrAddProfile(profile);
EftOrm.SetOrAddProfile(profile);*/

// send response
var response = new ResponseBody<object>()
Expand Down

0 comments on commit 81da2dd

Please sign in to comment.