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 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 | ||
228 | message HumanProgressive { | 229 | message HumanProgressive { |