never gonna give~

This commit is contained in:
Sardelka
2022-06-24 18:25:24 +08:00
parent 46f75c5a21
commit 9cf23cac7f
12 changed files with 122 additions and 110 deletions

View File

@ -48,7 +48,7 @@ namespace RageCoop.Server
}
};
_ = new Server(mainLogger);
_ = new Server(Util.Read<ServerSettings>("Settings.xml"), mainLogger);
}
catch (Exception e)
{