1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

fix pcb linux build

This commit is contained in:
Tahir Akhlaq 2017-10-19 17:26:01 +01:00
parent 842199b735
commit 3b2b3c7349

View file

@ -350,7 +350,7 @@ int main( int argc, char* argv[] )
if( pBgParts && pBgParts->header.type != LgbEntryType::BgParts )
pBgParts = nullptr;
auto& fileName = pBgParts ? pBgParts->collisionFileName : "";
auto& fileName = pBgParts ? pBgParts->collisionFileName : std::string();
if( pBgParts && fileName.empty() )
continue;