From 10fcd51e1020c2cdaa80d3d401680be990ece9fe Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 16 Sep 2019 22:48:02 -0700 Subject: [PATCH] This annoyed me --- NDecrypt/Data/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NDecrypt/Data/Constants.cs b/NDecrypt/Data/Constants.cs index cc162ee..108b5a5 100644 --- a/NDecrypt/Data/Constants.cs +++ b/NDecrypt/Data/Constants.cs @@ -300,7 +300,7 @@ namespace NDecrypt.Data // KeyX 0x25 (> 7.x) public static BigInteger KeyX0x25 { get; private set; } - // Dev KeyX 0x2C (< 6.x) + // KeyX 0x2C (< 6.x) public static BigInteger KeyX0x2C { get; private set; } #endregion