Skip to content

Commit

Permalink
[修复]1. 修复代码报错
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Aug 20, 2024
1 parent 014aeea commit a6efe08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public async Task OnLogin(INetWorkChannel workChannel, ReqLogin reqLogin)
var loginState = await OwnerComponent.OnLogin(reqLogin);
if (loginState == null)
{
var accountId = ActorIdGenerator.GetUniqueId(IdModule.Account);
var accountId = ActorIdGenerator.GetActorId(ActorType.Account);
loginState = await OwnerComponent.Register(accountId, reqLogin);
}

Expand Down

0 comments on commit a6efe08

Please sign in to comment.