This literally cannot happen
This commit is contained in:
@@ -70,7 +70,7 @@ public class ChatroomMenu : MonoBehaviour
|
|||||||
ShowStatus("Encryption/decryption issues");
|
ShowStatus("Encryption/decryption issues");
|
||||||
break;
|
break;
|
||||||
case "-1":
|
case "-1":
|
||||||
ShowStatus("Authentication error.");
|
ShowStatus("Authentication error");
|
||||||
break;
|
break;
|
||||||
case "1":
|
case "1":
|
||||||
StopCoroutine(refreshLoopRoutine);
|
StopCoroutine(refreshLoopRoutine);
|
||||||
@@ -143,9 +143,6 @@ public class ChatroomMenu : MonoBehaviour
|
|||||||
case "-997":
|
case "-997":
|
||||||
ShowStatus("Encryption/decryption issues");
|
ShowStatus("Encryption/decryption issues");
|
||||||
break;
|
break;
|
||||||
case "-1":
|
|
||||||
ShowStatus("Authentication error.");
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
var split = response.Split(':');
|
var split = response.Split(':');
|
||||||
if (split[0] == "1")
|
if (split[0] == "1")
|
||||||
|
|||||||
Reference in New Issue
Block a user