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.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/human.proto b/proto/human.proto index c599341..73a3ed3 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -145,6 +145,8 @@ message HumanPanel {
145 optional DoorIdentifier required_door = 7; 145 optional DoorIdentifier required_door = 7;
146 optional RoomIdentifier required_room = 8; 146 optional RoomIdentifier required_room = 8;
147 147
148 optional bool exclude_from_panelsanity = 10;
149
148 optional string display_name = 9; 150 optional string display_name = 9;
149} 151}
150 152