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 + proto/human.proto | 1 + 2 files changed, 2 insertions(+) (limited to '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; diff --git a/proto/human.proto b/proto/human.proto index 748cf33..cd05191 100644 --- a/proto/human.proto +++ b/proto/human.proto @@ -150,6 +150,7 @@ message HumanPainting { message HumanPort { optional string name = 1; + optional string display_name = 8; optional string path = 2; optional bool no_shuffle = 7; -- cgit 1.4.1