diff options
author | qarmin <mikrutrafal54@gmail.com> | 2019-10-14 11:40:55 +0200 |
---|---|---|
committer | qarmin <mikrutrafal54@gmail.com> | 2019-10-14 11:40:55 +0200 |
commit | 616ab4fac200170bc0d2ba1958e424fd309fc494 (patch) | |
tree | b39dcd6dfe36cc5c99ce7f8790631ac242b1217e /main | |
parent | 1fed266bf5452b30376db62495f4985f6975f2c1 (diff) |
Small fixes to redundand code, copy paste bugs
Diffstat (limited to 'main')
-rw-r--r-- | main/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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()); } |