From 907a59f52c14af709599d8da8b37285ae6794f59 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 28 Sep 2025 13:26:10 -0400 Subject: Added display names to ports --- proto/data.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/data.proto') diff --git a/proto/data.proto b/proto/data.proto index bc3f669..044e32c 100644 --- a/proto/data.proto +++ b/proto/data.proto @@ -186,6 +186,7 @@ message Port { optional uint64 room_id = 2; optional string name = 3; + optional string display_name = 10; optional string path = 4; optional Vec3d destination = 5; optional double rotation = 8; -- cgit 1.4.1