summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 7755ac32b..ebab42d54 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -511,6 +511,9 @@ DefaultsData* getPathsDefaults()
AddDEF("avatarsFile", "avatars.xml");
AddDEF("avatarsPatchFile", "avatars_patch.xml");
AddDEF("avatarsPatchDir", "avatars.d");
+ AddDEF("modsFile", "mods.xml");
+ AddDEF("modsPatchFile", "mods_patch.xml");
+ AddDEF("modsPatchDir", "mods.d");
AddDEF("npcsFile", "npcs.xml");
AddDEF("npcsPatchFile", "npcs_patch.xml");
AddDEF("npcsPatchDir", "npcs.d");