From e85fdc9f4175a232ad0891e886f93cde83c34f6c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 4 Feb 2026 11:20:34 -0500 Subject: Added "exclude_from_panelsanity" panel flag --- proto/data.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/data.proto') 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 { optional uint64 required_door = 9; optional uint64 required_room = 11; + optional bool exclude_from_panelsanity = 13; + optional string display_name = 12; } -- cgit 1.4.1