1
This commit is contained in:
parent
c8f8c4742f
commit
e1cef90c35
@ -49,7 +49,13 @@ public:
|
|||||||
|
|
||||||
void OnError()
|
void OnError()
|
||||||
{
|
{
|
||||||
|
ss::SS_CommonError respmsg;
|
||||||
|
respmsg.set_errcode(SERVER_INTERNAL_ERROR);
|
||||||
|
respmsg.set_errmsg("服务器内部错误");
|
||||||
|
GuildMgr::Instance()->ForwardGuildSMMsg(socket_handle,
|
||||||
|
forward_msg.context(),
|
||||||
|
forward_msg.msgid(),
|
||||||
|
respmsg);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user