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