diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-02 14:09:35 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-02 14:09:35 -0400 |
commit | 7f82beb120e222ace6c258fc3982b5988f9ae070 (patch) | |
tree | 6a9fdf65badf1ed5e7d26b9a07bf0b0e840ca10e /proto/data.proto | |
parent | 7f5f14ddb5a67e1ccfdc7aa3d68d829473d0b745 (diff) | |
download | lingo2-archipelago-7f82beb120e222ace6c258fc3982b5988f9ae070.tar.gz lingo2-archipelago-7f82beb120e222ace6c258fc3982b5988f9ae070.tar.bz2 lingo2-archipelago-7f82beb120e222ace6c258fc3982b5988f9ae070.zip |
Added keyholder sanity
Diffstat (limited to 'proto/data.proto')
-rw-r--r-- | proto/data.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index b627e83..9cdf5fd 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -162,10 +162,12 @@ message Port { | |||
162 | 162 | ||
163 | message KeyholderData { | 163 | message KeyholderData { |
164 | optional uint64 id = 1; | 164 | optional uint64 id = 1; |
165 | optional uint64 ap_id = 6; | ||
165 | optional uint64 room_id = 2; | 166 | optional uint64 room_id = 2; |
166 | 167 | ||
167 | optional string name = 3; | 168 | optional string name = 3; |
168 | optional string path = 4; | 169 | optional string path = 4; |
170 | optional string key = 5; | ||
169 | } | 171 | } |
170 | 172 | ||
171 | message Letter { | 173 | message Letter { |