summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp19
1 files changed, 8 insertions, 11 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 87709e5b..92cbae77 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1042,17 +1042,14 @@ int main(int argc, char *argv[])
case STATE_LOAD_DATA:
logger->log("State: LOAD DATA");
- if (options.dataPath.empty())
- {
- // Load the updates downloaded so far...
- loadUpdates();
-
- // Also add customdata directory
- ResourceManager::getInstance()->searchAndAddArchives(
- "customdata/",
- "zip",
- false);
- }
+ // Load the updates downloaded so far...
+ loadUpdates();
+
+ // Also add customdata directory
+ ResourceManager::getInstance()->searchAndAddArchives(
+ "customdata/",
+ "zip",
+ false);
// Load XML databases
ColorDB::load();