summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/ModInfo.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-14 20:49:38 +0200
committerAki <please@ignore.pl>2022-04-14 20:49:38 +0200
commit62ab6eba358a4920c0143fdfd6a905a6836b012e (patch)
tree4cfd304a61fc728c84fe7ac7b3d3d45157693b25 /StarsEx/ModInfo.cpp
parent341c93b0fb4aedd262581ce6e81b700a9bdc1423 (diff)
downloadstarshatter-62ab6eba358a4920c0143fdfd6a905a6836b012e.zip
starshatter-62ab6eba358a4920c0143fdfd6a905a6836b012e.tar.gz
starshatter-62ab6eba358a4920c0143fdfd6a905a6836b012e.tar.bz2
Removed source groups as they didn't find their use in the end
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)