From 06e367966a95721146cebb83d148dac4ba6a1af0 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Tue, 24 Jun 2025 00:45:58 -0700 Subject: [PATCH] This literally cannot happen --- Assets/Scripts/ChatroomMenu.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Assets/Scripts/ChatroomMenu.cs b/Assets/Scripts/ChatroomMenu.cs index 4c1d79d..6a7f6a3 100644 --- a/Assets/Scripts/ChatroomMenu.cs +++ b/Assets/Scripts/ChatroomMenu.cs @@ -70,7 +70,7 @@ public class ChatroomMenu : MonoBehaviour ShowStatus("Encryption/decryption issues"); break; case "-1": - ShowStatus("Authentication error."); + ShowStatus("Authentication error"); break; case "1": StopCoroutine(refreshLoopRoutine); @@ -143,9 +143,6 @@ public class ChatroomMenu : MonoBehaviour case "-997": ShowStatus("Encryption/decryption issues"); break; - case "-1": - ShowStatus("Authentication error."); - break; default: var split = response.Split(':'); if (split[0] == "1")