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:
parent
c869ece245
commit
b293ff9642
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