Skip to content

Commit

Permalink
[修改]1. 修改Player 对象引用对象错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Aug 21, 2024
1 parent 427d94b commit bf47f34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace GameFrameX.Hotfix.Logic.Role.Login
{
[MessageMapping(typeof(ReqPlayerLogin))]
internal class ReqPlayerLoginHandler : GlobalComponentHandler<PlayerComponentAgent>
internal class ReqPlayerLoginHandler : PlayerComponentHandler<PlayerComponentAgent>
{
protected override async Task ActionAsync()
{
Expand Down

0 comments on commit bf47f34

Please sign in to comment.