mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -04:00
Change field
This commit is contained in:
parent
fdd7dc348b
commit
d1de01e24d
@ -303,8 +303,8 @@ public class Msa {
|
|||||||
String errStr = Tools.read(conn.getErrorStream());
|
String errStr = Tools.read(conn.getErrorStream());
|
||||||
Log.i("MicroAuth","Error code: " + conn.getResponseCode() + ": " + conn.getResponseMessage() + "\n" + errStr);
|
Log.i("MicroAuth","Error code: " + conn.getResponseCode() + ": " + conn.getResponseMessage() + "\n" + errStr);
|
||||||
|
|
||||||
if (errStream.contains("NOT_FOUND") &&
|
if (errStr.contains("NOT_FOUND") &&
|
||||||
errStream.contains("The server has not found anything matching the request URI"))
|
errStr.contains("The server has not found anything matching the request URI"))
|
||||||
{
|
{
|
||||||
otherErrStr = "Can't login a demo account!";
|
otherErrStr = "Can't login a demo account!";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user