Begin work on Unit Tests

This commit is contained in:
Li 2022-11-14 23:09:22 +13:00
commit eaf1db1ee1
51 changed files with 3883 additions and 2101 deletions
HorseIsleServer/MPN00BS

View file

@ -122,11 +122,6 @@ namespace MPN00BS
ProgressCallback();
if (Database.GetUsers().Length <= 0)
{
UserCreationCallback();
}
// Start HI1 Server
ProgressCallback();
@ -184,6 +179,11 @@ namespace MPN00BS
ProgressCallback();
HasServerStarted = true;
ServerStartedCallback();
if (Database.GetUsers().Length <= 0)
UserCreationCallback();
}
public static void ModifyConfig(string okey, string value)