Replaces native argon2 with ref argon2 (#158)

This commit is contained in:
Kamron Batman 2020-05-29 23:02:18 -07:00 committed by GitHub
parent 4f1825152c
commit 050d6b5fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 117 additions and 7957 deletions

View file

@ -1,5 +1,5 @@
using System;
using Server.Misc;
// using Server.Misc;
namespace Server.Tests
{
@ -13,7 +13,7 @@ namespace Server.Tests
ServerConfiguration.Load(true);
// Configure / Initialize
MapDefinitions.Configure();
TestMapDefinitions.ConfigureTestMapDefinitions();
// Load the world
World.Load();