From 733bfbbe0a9f7c14abeca47e8e0e7c1ca3ddd9e5 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Wed, 11 Jun 2025 23:13:19 -0700 Subject: [PATCH] Fix an issue with freezing the game --- Assets/Scripts/SensitiveInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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