From f1b6c3ada15c275b2829c2bf017672f1e07dbe3b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 13 Jul 2020 16:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B0=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/gameserver/room.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index 0f1d4a1..c1934a6 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -2853,12 +2853,14 @@ void Room::ShuaLastGas() bool Room::IsMiniRoom() { + #if 0 if (GetRoomType() == RT_NewBrid || GetRoomType() == RT_MidBrid) { if (a8::BetweenDays(Global::g_nowtime, creator_register_time_) > 0) { return false; } } + #endif return GetRoomType() == RT_NewBrid ||