添加新匹配规则
This commit is contained in:
parent
49aedf5f62
commit
f1b6c3ada1
@ -2853,12 +2853,14 @@ void Room::ShuaLastGas()
|
|||||||
|
|
||||||
bool Room::IsMiniRoom()
|
bool Room::IsMiniRoom()
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
if (GetRoomType() == RT_NewBrid ||
|
if (GetRoomType() == RT_NewBrid ||
|
||||||
GetRoomType() == RT_MidBrid) {
|
GetRoomType() == RT_MidBrid) {
|
||||||
if (a8::BetweenDays(Global::g_nowtime, creator_register_time_) > 0) {
|
if (a8::BetweenDays(Global::g_nowtime, creator_register_time_) > 0) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
return
|
return
|
||||||
GetRoomType() == RT_NewBrid ||
|
GetRoomType() == RT_NewBrid ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user