Skip to content

Commit 2bf4f20

Browse files
committed
chore: remove the usage of reserved "key"
1 parent ea61304 commit 2bf4f20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

proto/decentraland/realm/about.proto

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,12 @@ message AboutResponse {
8484
uint32 network_id = 2;
8585
repeated string global_scenes_urn = 3;
8686
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
8790
reserved 5;
88-
reserved "minimap";
91+
// reserved "minimap";
92+
8993
optional SkyboxConfiguration skybox = 6;
9094

9195
// A content server to be used to load the parcels around the user. Uses the POST /entities/active endpoint

0 commit comments

Comments
 (0)