This commit is contained in:
aozhiwei 2020-07-15 10:16:24 +08:00
parent 3dac1e73d6
commit 0ba5dfb1c6

View File

@ -2880,7 +2880,7 @@ bool Room::IsMiniRoom()
} }
} }
#endif #endif
if (RT_NewBrid && force_entry_newbie_room_) { if (GetRoomType() == RT_NewBrid && force_entry_newbie_room_) {
return false; return false;
} }