Fix an issue with freezing the game

This commit is contained in:
2025-06-11 23:13:19 -07:00
parent ad02945757
commit 733bfbbe0a

View File

@@ -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
}
}
}