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 ee59bab..41fce45 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -223,6 +223,7 @@ message HumanMap {
223 optional string display_name = 1; 223 optional string display_name = 1;
224 repeated string excluded_nodes = 2; 224 repeated string excluded_nodes = 2;
225 optional PortIdentifier worldport_entrance = 3; 225 optional PortIdentifier worldport_entrance = 3;
226 optional MapType type = 4;
226} 227}
227 228
228message HumanProgressive { 229message HumanProgressive {