1
This commit is contained in:
parent
124eab3f6b
commit
8159a254b4
@ -85,12 +85,6 @@ void RoomMgr::Update(int delta_time)
|
|||||||
|
|
||||||
void RoomMgr::_CMJoin(f8::MsgHdr& hdr, const cs::CMJoin& msg)
|
void RoomMgr::_CMJoin(f8::MsgHdr& hdr, const cs::CMJoin& msg)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
if (msg.proto_version() < 2021073001) {
|
|
||||||
JoinErrorHandle(msg, 6, hdr.socket_handle);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
if (IsLimitJoin()) {
|
if (IsLimitJoin()) {
|
||||||
JoinErrorHandle(msg, 2, hdr.socket_handle);
|
JoinErrorHandle(msg, 2, hdr.socket_handle);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user