Remove game crashing on encryption issue
This commit is contained in:
@@ -39,7 +39,6 @@ public class SensitiveInfo
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
Application.Quit();
|
|
||||||
return "-997"; //the server returns this if theres an issue with encryption/decryption so the client will too ig
|
return "-997"; //the server returns this if theres an issue with encryption/decryption so the client will too ig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -72,7 +71,6 @@ public class SensitiveInfo
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
Application.Quit();
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -104,7 +102,6 @@ public class SensitiveInfo
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
Application.Quit();
|
|
||||||
return "-997"; //the server returns this if theres an issue with encryption/decryption so the client will too ig
|
return "-997"; //the server returns this if theres an issue with encryption/decryption so the client will too ig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -135,7 +132,6 @@ public class SensitiveInfo
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
Application.Quit();
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user