about summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto1
1 files changed, 1 insertions, 0 deletions
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 {