diff --git a/cmd/gameserver/plugin/plugin.go b/cmd/gameserver/plugin/plugin.go index d46ef6c..12e0da3 100644 --- a/cmd/gameserver/plugin/plugin.go +++ b/cmd/gameserver/plugin/plugin.go @@ -35,7 +35,7 @@ func LoginRpc(msg components.IMessage) (int32, interface{}) { } role.SetProperty("Device", req.Device) - return 0, &pb.RoleRsp{ + return 0, &pb.LoginRsp{ Role: role.Data, Hero: role.GetAllHero(), Team: role.GetAllTeam(), -- libgit2 0.21.2