remove ssl options from config

This commit is contained in:
Lion Kortlepel
2022-05-23 17:05:43 +02:00
parent cd2752a525
commit 1e60ac5ba2
4 changed files with 3 additions and 24 deletions

View File

@@ -165,7 +165,6 @@ int BeamMPServerMain(MainArguments Arguments) {
Application::CheckForUpdates();
if (Application::Settings.HTTPServerEnabled) {
Http::Server::SetupEnvironment();
Http::Server::THttpServerInstance HttpServerInstance {};
}