From 29dbc8736b63dd997d5f230813319406d8f60264 Mon Sep 17 00:00:00 2001 From: qowevisa Date: Wed, 12 Jun 2024 21:11:38 +0300 Subject: [PATCH] Add Name to RegisteredUser --- communication/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/communication/types.go b/communication/types.go index 906e20c..629a0f2 100644 --- a/communication/types.go +++ b/communication/types.go @@ -8,6 +8,7 @@ type ClientForServer struct { type RegisteredUser struct { IsRegistered bool ID uint16 + Name string } const (