This literally cannot happen
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user