summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/ModInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/ModInfo.cpp')
-rw-r--r--StarsEx/ModInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/StarsEx/ModInfo.cpp b/StarsEx/ModInfo.cpp
index 07e6466..271517c 100644
--- a/StarsEx/ModInfo.cpp
+++ b/StarsEx/ModInfo.cpp
@@ -257,7 +257,7 @@ ModInfo::Enable()
DataLoader* loader = DataLoader::GetLoader();
if (loader && !enabled) {
- source = loader->MountDatafile(filename, DataLoader::Group::MOD);
+ source = loader->MountDatafile(filename);
enabled = true;
if (catalog)