diff --git a/Assets/Scripts/Tools.cs b/Assets/Scripts/Tools.cs index e9a4b80..2074e11 100644 --- a/Assets/Scripts/Tools.cs +++ b/Assets/Scripts/Tools.cs @@ -27,8 +27,7 @@ public static class Tools { try { - BigInteger bigInt = BigInteger.Parse(number); - return FormatWithCommas(bigInt); + return FormatWithCommas(BigInteger.Parse(number)); } catch {