DB for starting tutorial

This commit is contained in:
rfi
2023-10-19 14:07:48 +07:00
parent 1ddd574645
commit 8d808170a5
10 changed files with 239 additions and 10 deletions

View File

@@ -121,7 +121,7 @@ namespace AscNet.SDKServer.Controllers
});
}
Player player = Player.FromId(account.Uid);
Player player = Player.FromPlayerId(account.Uid);
LoginGate gate = new()
{