Skip to content

Commit

Permalink
临时修复笔误
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyoo0812 committed Oct 19, 2023
1 parent 259be05 commit e5dfdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/router/transfer_mgr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ end
function TransferMgr:query_service(player_id, serv_name)
local routers = self.routers[player_id]
if routers then
return routers[serv_name]
return SUCCESS, routers[serv_name]
end
local rrouters = self:query_routers(player_id, NODE_ID)
if not rrouters then
Expand Down

0 comments on commit e5dfdf1

Please sign in to comment.