Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: about response occupied parcels #221

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading