This commit is contained in:
jl777
2016-12-05 20:58:45 +02:00
parent f8b5c1642c
commit c142836379
2 changed files with 4 additions and 4 deletions

View File

@@ -526,8 +526,8 @@ const boost::filesystem::path &GetDataDir(bool fNetSpecific)
path /= BaseParams().DataDir();
fs::create_directories(path);
std::string assetpath = path + "/assets";
boost::filesystem::create_directory(assetpath);
//std::string assetpath = path + "/assets";
//boost::filesystem::create_directory(assetpath);
return path;
}