From accbed0c514fc4ad1eaf5691cb89421f0485b5d6 Mon Sep 17 00:00:00 2001 From: Lyssa Date: Wed, 2 Apr 2025 14:34:11 +0400 Subject: fix build --- LibTSforge/Activators/ZeroCID.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'LibTSforge/Activators') diff --git a/LibTSforge/Activators/ZeroCID.cs b/LibTSforge/Activators/ZeroCID.cs index 255eea2..1675173 100644 --- a/LibTSforge/Activators/ZeroCID.cs +++ b/LibTSforge/Activators/ZeroCID.cs @@ -111,7 +111,8 @@ namespace LibTSforge.Activators try { shortauth = BitConverter.ToUInt64(Convert.FromBase64String(uniqueId.Split('&')[1]), 0); - } catch + } + catch { throw new FormatException("Key Unique ID has invalid format."); } -- cgit v1.2.3