diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-26 09:14:21 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-10-26 09:14:21 -0400 |
| commit | f06d107a7469e172686d682a74ded0d800278339 (patch) | |
| tree | 4832ceb73f89082b88e1e12eb8ffb79839539dc9 /proto | |
| parent | 5bf9d7cf024e82079760b8f0cf8061f47364d41c (diff) | |
| download | lingo2-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.proto | 3 |
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 | ||
| 35 | enum DoorGroupType { | 38 | enum DoorGroupType { |
