Skip to content

Commit

Permalink
added new 'ocupied_parcels' field
Browse files Browse the repository at this point in the history
  • Loading branch information
pravusjif committed Sep 26, 2024
1 parent 7fe9554 commit 3ef8156
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/decentraland/realm/about.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3ef8156

Please sign in to comment.