add hash debug
This commit is contained in:
parent
af96cbc059
commit
bebd7aea90
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue