mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-12 19:24:36 +01:00
DB for starting tutorial
This commit is contained in:
@@ -121,7 +121,7 @@ namespace AscNet.SDKServer.Controllers
|
||||
});
|
||||
}
|
||||
|
||||
Player player = Player.FromId(account.Uid);
|
||||
Player player = Player.FromPlayerId(account.Uid);
|
||||
|
||||
LoginGate gate = new()
|
||||
{
|
||||
|
||||
@@ -54,6 +54,10 @@ namespace AscNet.SDKServer
|
||||
{
|
||||
await _next(context);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
log.Error($"{ex.Message} Request below:");
|
||||
}
|
||||
finally
|
||||
{
|
||||
log.Info($"{context.Response.StatusCode} {context.Request.Method.ToUpper()} {context.Request.Path + context.Request.QueryString}");
|
||||
|
||||
Reference in New Issue
Block a user