This commit is contained in:
YangHua 2023-11-23 22:14:59 +08:00
parent 963fba3cde
commit 53ad03acd5
1 changed files with 3 additions and 3 deletions

View File

@ -517,10 +517,10 @@ public class View_Panel2 : XUIPanel
{ {
for (int i = 0; i < roomdata.data.Count; i++) for (int i = 0; i < roomdata.data.Count; i++)
{ {
if (roomdata.data[i].State != 2) //if (roomdata.data[i].State != 2)
{ //{
CreateRoomBase(roomdata.data[i].Id, roomdata.data[i].Name); CreateRoomBase(roomdata.data[i].Id, roomdata.data[i].Name);
} //}
} }
} }