Fixed build failed in release configuration

This commit is contained in:
MaxXor 2015-09-18 21:24:16 +02:00
parent 4b0466d5be
commit bcf9b7fc00
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ namespace xClient.Config
public static bool Initialize()
{
if (string.IsNullOrEmpty(VERSION)) return false;
AES.PreHashKey(ENCRYPTIONKEY);
AES.SetDefaultKey(ENCRYPTIONKEY);
TAG = AES.Decrypt(TAG);
VERSION = AES.Decrypt(VERSION);
HOSTS = AES.Decrypt(HOSTS);