mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
... never mind me, i never happened
This commit is contained in:
parent
97427c99ad
commit
a7f5ceee4d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue