Skip to content

Commit

Permalink
rpc_rsp_msg_byfd 删除多余参数
Browse files Browse the repository at this point in the history
  • Loading branch information
huahua132 committed Jan 6, 2025
1 parent 9c9bc12 commit 1e0d618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/room_game_login.lua
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ function interface:rpc_rsp_msg(player_id, header, msgbody, rsp_session)
end

--rpc回复消息
function interface:rpc_rsp_msg_byfd(fd, player_id, header, msgbody, rsp_session)
function interface:rpc_rsp_msg_byfd(fd, header, msgbody, rsp_session)
local agent = g_fd_agent_map[fd]
if not agent then
log.info("rpc_rsp_msg_byfd fd not exists ", fd, header)
Expand Down

0 comments on commit 1e0d618

Please sign in to comment.