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")