1
This commit is contained in:
parent
fadacaa583
commit
8223bc9614
@ -1155,13 +1155,14 @@ void RoomMgr::_CMJoinMoba(f8::MsgHdr* hdr, const cs::CMJoin& msg)
|
|||||||
|
|
||||||
void RoomMgr::DispatchSpecRoom(f8::MsgHdr* hdr, const cs::CMJoin& msg)
|
void RoomMgr::DispatchSpecRoom(f8::MsgHdr* hdr, const cs::CMJoin& msg)
|
||||||
{
|
{
|
||||||
if (msg.payload_data().empty()) {
|
if (msg.payload_data().empty() ||
|
||||||
|
msg.payload_data().size() < 10) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (msg.payload_data().at(0) == '?') {
|
if (msg.payload_data().at(0) == '?') {
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
_CMJoinCustomBattle(hdr, msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user