diff options
Diffstat (limited to 'proto/human.proto')
-rw-r--r-- | proto/human.proto | 1 |
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 { | |||
217 | message HumanMap { | 217 | message 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 | ||
222 | message HumanProgressive { | 223 | message HumanProgressive { |