mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fixed a spacing.
This commit is contained in:
parent
694f093658
commit
72df49412f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue