diff --git a/source/game/global/config.cpp b/source/game/global/config.cpp index eed48e53c..705a88ebe 100644 --- a/source/game/global/config.cpp +++ b/source/game/global/config.cpp @@ -219,7 +219,7 @@ namespace Game { if (foundPath == false) { foundPath = tryCustomPath(cfgType, fileName, - formatPath(TOSTRING(DATADIR))); + formatPath(endPathWithSlash((DATADIR)))); } #endif