From 616ab4fac200170bc0d2ba1958e424fd309fc494 Mon Sep 17 00:00:00 2001 From: qarmin Date: Mon, 14 Oct 2019 11:40:55 +0200 Subject: Small fixes to redundand code, copy paste bugs --- main/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'main') diff --git a/main/main.cpp b/main/main.cpp index 42c90fc027..fe0f5a0215 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1856,9 +1856,7 @@ bool Main::start() { // Hide console window if requested (Windows-only). bool hide_console = EditorSettings::get_singleton()->get_setting("interface/editor/hide_console_window"); OS::get_singleton()->set_console_visible(!hide_console); - } - if (project_manager || editor) { // Load SSL Certificates from Editor Settings (or builtin) Crypto::load_default_certificates(EditorSettings::get_singleton()->get_setting("network/ssl/editor_ssl_certificates").operator String()); } -- cgit v1.2.3