From 21013ec0d1e3953276f11bd8cce12f33d46a33ec Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 1 Nov 2025 12:18:25 -0400 Subject: (Almost) all panels are locations or connections now --- proto/data.proto | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'proto/data.proto') diff --git a/proto/data.proto b/proto/data.proto index d68c5c9..e9cc7d7 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -30,9 +30,6 @@ enum DoorType { // This door is never a location, and is an item as long as gallery painting shuffle is on. GALLERY_PAINTING = 7; - - // This location is not added to new worlds, but the client can send it out for backwards compataibility purposes. - LEGACY_LOCATION = 8; } enum DoorGroupType { @@ -159,6 +156,7 @@ message Door { optional DoorType type = 8; optional bool latch = 20; + optional bool legacy_location = 21; optional string location_name = 17; } -- cgit 1.4.1