From 3ef81568eb43366455cf1d3159728ec3bf65ab51 Mon Sep 17 00:00:00 2001 From: Pravus Date: Thu, 26 Sep 2024 16:32:38 +0200 Subject: [PATCH] added new 'ocupied_parcels' field --- proto/decentraland/realm/about.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/decentraland/realm/about.proto b/proto/decentraland/realm/about.proto index 76a66069..9aaf396d 100644 --- a/proto/decentraland/realm/about.proto +++ b/proto/decentraland/realm/about.proto @@ -98,6 +98,10 @@ message AboutResponse { // if == "" then the city_loader will be disabled and the scenes_urn will be used to load the world optional string city_loader_content_server = 7; optional MapConfiguration map = 8; + + // Populated for local workspaces so that the Explorer can know which parcels are occupied before + // loading the local scenes + repeated string occupied_parcels = 9; } message ContentInfo {