Minor key update

This commit is contained in:
Blake 2019-11-11 16:29:36 -05:00
parent 4917b6c3e2
commit 526f8e3e7b

View file

@ -67,7 +67,7 @@ namespace XCI_Explorer
{
using (var client = new WebClient())
{
client.DownloadFile(Util.Base64Decode("aHR0cHM6Ly9wYXN0ZWJpbi5jb20vcmF3LzRieWY1NzFk"), "keys.txt");
client.DownloadFile(Util.Base64Decode("aHR0cHM6Ly9wYXN0ZWJpbi5jb20vcmF3L3dZbUxUTkxx"), "keys.txt");
}
}