about summary refs log tree commit diff stats
path: root/proto/data.proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2026-02-04 11:20:34 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2026-02-04 11:20:34 -0500
commite85fdc9f4175a232ad0891e886f93cde83c34f6c (patch)
treef4439ce1a2c09c34c3b27e61374c1975150b510f /proto/data.proto
parent9b5c160f60a4e6c679b0c1afca82d9a58523eaab (diff)
downloadlingo2-archipelago-e85fdc9f4175a232ad0891e886f93cde83c34f6c.tar.gz
lingo2-archipelago-e85fdc9f4175a232ad0891e886f93cde83c34f6c.tar.bz2
lingo2-archipelago-e85fdc9f4175a232ad0891e886f93cde83c34f6c.zip
Added "exclude_from_panelsanity" panel flag
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