Fix an issue with freezing the game
This commit is contained in:
@@ -53,7 +53,7 @@ public class SensitiveInfo
|
|||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
Application.Quit();
|
Application.Quit();
|
||||||
return null;
|
return "-997"; //the server returns this if theres an issue with encryption/decryption so the client will too ig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user