This commit is contained in:
2026-06-23 21:59:23 +08:00
parent cb9997217a
commit 6cdbb4e84b
8 changed files with 156 additions and 14 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ String enterJS_PA =
"const itemMap = VideoGameCore.RoomItemStore.storeVidMap;"
"if(roadMap && itemMap){"
"const rooms = VideoGameCore.RoomConfig.instance.getAllRoomInfoByFilter({gameType:'BAC'});"
"if(rooms.length>=45){"
"if(rooms.length>=15){"
"iRet = 1;"
"let info='1|';"
"for(const r of rooms){"