about summary refs log tree commit diff stats
path: root/proto
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-10-26 09:14:21 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-10-26 09:14:21 -0400
commitf06d107a7469e172686d682a74ded0d800278339 (patch)
tree4832ceb73f89082b88e1e12eb8ffb79839539dc9 /proto
parent5bf9d7cf024e82079760b8f0cf8061f47364d41c (diff)
downloadlingo2-archipelago-f06d107a7469e172686d682a74ded0d800278339.tar.gz
lingo2-archipelago-f06d107a7469e172686d682a74ded0d800278339.tar.bz2
lingo2-archipelago-f06d107a7469e172686d682a74ded0d800278339.zip
Added backwards compatibility with removed locations
Diffstat (limited to 'proto')
-rw-r--r--proto/data.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index b46ab99..d84c598 100644 --- a/proto/data.proto +++ b/proto/data.proto
@@ -30,6 +30,9 @@ enum DoorType {
30 30
31 // This door is never a location, and is an item as long as gallery painting shuffle is on. 31 // This door is never a location, and is an item as long as gallery painting shuffle is on.
32 GALLERY_PAINTING = 7; 32 GALLERY_PAINTING = 7;
33
34 // This location is not added to new worlds, but the client can send it out for backwards compataibility purposes.
35 LEGACY_LOCATION = 8;
33} 36}
34 37
35enum DoorGroupType { 38enum DoorGroupType {