feat: add battlepass slider and quest list tabs to lobby HUD
This commit is contained in:
@@ -282,11 +282,6 @@ func list_matches_async(mode_filter: String = "") -> Array:
|
||||
# Batch-read room metadata from Nakama storage
|
||||
var meta_map: Dictionary = {} # match_id -> {host_name, game_mode, ...}
|
||||
if read_ids.size() > 0:
|
||||
var storage_reads: Array = []
|
||||
for mid in read_ids:
|
||||
# We don't know the owner_id, so list objects by collection+key
|
||||
# Use list_storage_objects per match or batch read
|
||||
pass
|
||||
# Read all match metas from our own storage (other users' objects are public read)
|
||||
for mid in read_ids:
|
||||
var list_result = await client.list_storage_objects_async(session, "match_meta", "", 100)
|
||||
|
||||
Reference in New Issue
Block a user