summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 5e0b2d031..9abd9bb14 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -578,6 +578,7 @@ DefaultsData* getPathsDefaults()
AddDEF("defaultcommandsPatchFile", "defaultcommands_patch.xml");
AddDEF("defaultcommandsPatchDir", "defaultcommands.d");
AddDEF("poisonEffectName", "poison");
+ AddDEF("cartEffectName", "cart");
return configData;
}