This commit is contained in:
aozhiwei 2023-09-06 12:06:28 +08:00
parent 124eab3f6b
commit 8159a254b4

View File

@ -85,12 +85,6 @@ void RoomMgr::Update(int delta_time)
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()) {
JoinErrorHandle(msg, 2, hdr.socket_handle);
return;