mirror of
https://github.com/islehorse/HISP.git
synced 2025-08-15 01:41:29 +12:00
Begin work on Unit Tests
This commit is contained in:
parent
cf7605c6c9
commit
eaf1db1ee1
51 changed files with 3883 additions and 2101 deletions
HorseIsleServer/MPN00BS
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue