Replaces native argon2 with ref argon2 (#158)
This commit is contained in:
parent
4f1825152c
commit
050d6b5fa9
15 changed files with 117 additions and 7957 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue