Skip to content

Commit

Permalink
获取房间属性不做属性过滤
Browse files Browse the repository at this point in the history
  • Loading branch information
songwei committed Sep 19, 2018
1 parent fce28d8 commit a1ec0fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MatchvsDemo_Egret/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"game": [
"bin-debug/Game/GameUser.js",
"bin-debug/util/Toast.js",
"bin-debug/screen/GameResult.js",
"bin-debug/GameSceneView.js",
"bin-debug/LoadingUI.js",
"bin-debug/Main.js",
Expand All @@ -25,7 +25,7 @@
"bin-debug/matchvs/MsEvent.js",
"bin-debug/matchvs/MsResponse.js",
"bin-debug/screen/ErrorNote.js",
"bin-debug/screen/GameResult.js",
"bin-debug/GamePlayView.js",
"bin-debug/screen/Lobby.js",
"bin-debug/screen/Login.js",
"bin-debug/screen/MatchProperty.js",
Expand All @@ -37,6 +37,6 @@
"bin-debug/screen/RoomListUI.js",
"bin-debug/screen/StartModelUI.js",
"bin-debug/util/MD5.js",
"bin-debug/GamePlayView.js"
"bin-debug/util/Toast.js"
]
}
2 changes: 1 addition & 1 deletion MatchvsDemo_Egret/src/screen/RoomListUI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class RoomListUI extends eui.Component implements eui.UIComponent {
let filter = new MsRoomFilterEx(GameData.createRoomInfo.maxPlayer,
GameData.createRoomInfo.mode,
GameData.createRoomInfo.canWatch,
GameData.createRoomInfo.roomProperty, 0, 1, 1, 0, 0, 3);
"", 0, 1, 1, 0, 0, 3);
mvs.MsEngine.getInstance.getRoomListEx(filter);
}

Expand Down

0 comments on commit a1ec0fd

Please sign in to comment.