diff options
Diffstat (limited to 'proto')
-rw-r--r-- | proto/data.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/data.proto b/proto/data.proto index 0d43168..498543c 100644 --- a/proto/data.proto +++ b/proto/data.proto | |||
@@ -187,6 +187,7 @@ message Room { | |||
187 | message Map { | 187 | message Map { |
188 | optional uint64 id = 1; | 188 | optional uint64 id = 1; |
189 | optional string name = 2; | 189 | optional string name = 2; |
190 | optional string display_name = 3; | ||
190 | } | 191 | } |
191 | 192 | ||
192 | message AllObjects { | 193 | message AllObjects { |