From b18c1675d73c0217ac67104bb5569175e6d3215b Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sun, 1 Feb 2026 23:00:13 -0700 Subject: [PATCH] No more base64 on chatroom --- Assets/Scripts/ChatroomMenu.cs | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Assets/Scripts/ChatroomMenu.cs b/Assets/Scripts/ChatroomMenu.cs index bc56184..2027a76 100644 --- a/Assets/Scripts/ChatroomMenu.cs +++ b/Assets/Scripts/ChatroomMenu.cs @@ -1,7 +1,5 @@ -using System; using System.Collections; using System.Numerics; -using System.Text; using System.Threading.Tasks; using MikeSchweitzer.WebSocket; using Newtonsoft.Json; @@ -141,7 +139,7 @@ public class ChatroomMenu : MonoBehaviour var optionsButton = rowInfo.transform.GetChild(4).GetComponent