Skip to content

Commit d234561

Browse files
committed
[增加]1. 增加ActorID的设置.
1 parent 4737cb7 commit d234561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GameFrameX.Hotfix/Logic/Role/Login/PlayerComponentAgent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public async Task OnPlayerLogin(INetWorkChannel workChannel, ReqPlayerLogin reqL
4646
var session = SessionManager.Get(workChannel.Session.SessionID);
4747
session.SetRoleId(playerState.Id);
4848
session.SetSign(playerState.Id.ToString());
49+
session.SetActorId(ActorId);
4950

5051
RespPlayerLogin respPlayerLogin = new RespPlayerLogin
5152
{

0 commit comments

Comments
 (0)