add hash debug

This commit is contained in:
Zontreck 2019-12-21 01:59:33 -07:00
parent af96cbc059
commit bebd7aea90

View file

@ -40,6 +40,9 @@ namespace Bot
public static unsafe void Main(string[] args)
{
Console.WriteLine("Setting up Main Configuration");
ZHash.Instance.NewKey();
ZHash.Instance.Key = "Test";
Console.WriteLine("ZHash (Test): " + ZHash.Instance.Key);
conf = MainConfiguration.Load();
//MasterObjectCaches = ObjectCaches.Instance;
Log.debugf(true, "main", args);