Fixed Extra Line

This commit is contained in:
Alex D. 2018-02-11 14:34:28 +01:00
parent c68b93e6da
commit 591231d434
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ namespace UnturnedSL
string extralo = settings.ReadLine();
string path = settings.ReadLine();
settings.Close(); /*Loads settings from file and checks if all lines are present and valid*/
settings.Close(); /*Loads settings from file and checks if all lines are present and valid*/
Validation(name, map, welcome, port, data, extralo, path, out bool valid);
Run(valid, name, map, welcome, port, data, extralo, path);
}