2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-08-02 10:31:42 +03:00

Fixed configs not being copied on Linux

This commit is contained in:
David Anderson 2005-09-14 03:41:20 +00:00
parent c7a620424e
commit 4d7bdcde47

@ -64,7 +64,7 @@ namespace AMXXRelease
if (!Directory.Exists(basedir))
Directory.CreateDirectory(basedir);
string srcdir = m_Cfg.GetSourceTree() + "\\configs";
string srcdir = PropSlashes(m_Cfg.GetSourceTree() + "\\configs");
if (!Directory.Exists(srcdir))
return;