diff --git a/Assets/Scripts/SensitiveInfo.cs b/Assets/Scripts/SensitiveInfo.cs index a5d7245..38d97c7 100644 --- a/Assets/Scripts/SensitiveInfo.cs +++ b/Assets/Scripts/SensitiveInfo.cs @@ -53,7 +53,7 @@ public class SensitiveInfo catch { Application.Quit(); - return null; + return "-997"; //the server returns this if theres an issue with encryption/decryption so the client will too ig } } } \ No newline at end of file