1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00

... never mind me, i never happened

This commit is contained in:
mordred 2018-10-26 13:54:20 +02:00
parent 97427c99ad
commit a7f5ceee4d

View file

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