From 58d6846b111368ecaf551a3e6856a094fb74a102 Mon Sep 17 00:00:00 2001 From: Jammyjamjamman Date: Thu, 4 Apr 2019 21:27:30 +0100 Subject: [PATCH] Make paths slashed again! --- source/game/global/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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