summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--StarsEx/ModConfig.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/StarsEx/ModConfig.cpp b/StarsEx/ModConfig.cpp
index 3cc433e..9cbd1c7 100644
--- a/StarsEx/ModConfig.cpp
+++ b/StarsEx/ModConfig.cpp
@@ -173,7 +173,8 @@ ModConfig::FindMods()
Text* name = iter.value();
name->setSensitive(false);
- if (*name == "shatter.dat" ||
+ if (*name == "shatter.dat" ||
+ *name == "content.dat" ||
*name == "beta.dat" ||
*name == "start.dat" ||
*name == "irunin.dat" ||