1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 13:47:46 +00:00

... never mind me, i never happened

This commit is contained in:
mordred 2018-10-26 13:54:20 +02:00
parent c869ece245
commit b293ff9642

View file

@ -14,7 +14,7 @@ bool Core::ConfigMgr::loadConfig( const std::string& configName )
auto configDir = std::experimental::filesystem::path( m_configFolderRoot );
m_pInih = std::unique_ptr< INIReader >( new INIReader(
std::experimental::filesystem::path( configDir / configName ) ).string() );
std::experimental::filesystem::path( configDir / configName ).string() ) );
if( m_pInih->ParseError() < 0 )
return false;