about summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto')
-rw-r--r--proto/data.proto1
-rw-r--r--proto/human.proto1
2 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index d79f47d..a9e1d0d 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -264,6 +264,7 @@ message Map {
264 optional uint64 id = 1; 264 optional uint64 id = 1;
265 optional string name = 2; 265 optional string name = 2;
266 optional string display_name = 3; 266 optional string display_name = 3;
267 optional uint64 worldport_entrance = 4;
267} 268}
268 269
269message Progressive { 270message Progressive {
diff --git a/proto/human.proto b/proto/human.proto index 8e7767a..c8d653f 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -217,6 +217,7 @@ message HumanRoom {
217message HumanMap { 217message HumanMap {
218 optional string display_name = 1; 218 optional string display_name = 1;
219 repeated string excluded_nodes = 2; 219 repeated string excluded_nodes = 2;
220 optional PortIdentifier worldport_entrance = 3;
220} 221}
221 222
222message HumanProgressive { 223message HumanProgressive {