We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reserved "key"
1 parent ea61304 commit 2bf4f20Copy full SHA for 2bf4f20
proto/decentraland/realm/about.proto
@@ -84,8 +84,12 @@ message AboutResponse {
84
uint32 network_id = 2;
85
repeated string global_scenes_urn = 3;
86
repeated string scenes_urn = 4;
87
+
88
+ // The name "minimap" can't be used in this message
89
+ // The reserved keyword is not working for all the toolset we have, so in the meanwhile it keeps commented
90
reserved 5;
- reserved "minimap";
91
+ // reserved "minimap";
92
93
optional SkyboxConfiguration skybox = 6;
94
95
// A content server to be used to load the parcels around the user. Uses the POST /entities/active endpoint
0 commit comments