about summary refs log tree commit diff stats
path: root/proto/data.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/data.proto')
-rw-r--r--proto/data.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 01f8d9e..d6cc8cb 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -184,6 +184,8 @@ message PanelData {
184 optional uint64 required_door = 9; 184 optional uint64 required_door = 9;
185 optional uint64 required_room = 11; 185 optional uint64 required_room = 11;
186 186
187 optional bool exclude_from_panelsanity = 13;
188
187 optional string display_name = 12; 189 optional string display_name = 12;
188} 190}
189 191