This literally cannot happen

This commit is contained in:
2025-06-24 00:45:58 -07:00
parent a8088d0964
commit 06e367966a

View File

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