Fixed a spacing.

This commit is contained in:
Penguin-Guru 2021-11-05 18:25:10 -07:00
parent 694f093658
commit 72df49412f

View file

@ -1923,7 +1923,7 @@ Application::Application(
_defaultScriptsLocation.setPath(parser->value("scripts")); // Might need to be done in "main.cpp".
_overrideDefaultScriptsLocation = true;
} else {
_overrideDefaultScriptsLocation = false;
_overrideDefaultScriptsLocation = false;
}
// Make sure we don't time out during slow operations at startup