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:
parent
842199b735
commit
3b2b3c7349
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ int main( int argc, char* argv[] )
|
||||||
if( pBgParts && pBgParts->header.type != LgbEntryType::BgParts )
|
if( pBgParts && pBgParts->header.type != LgbEntryType::BgParts )
|
||||||
pBgParts = nullptr;
|
pBgParts = nullptr;
|
||||||
|
|
||||||
auto& fileName = pBgParts ? pBgParts->collisionFileName : "";
|
auto& fileName = pBgParts ? pBgParts->collisionFileName : std::string();
|
||||||
|
|
||||||
if( pBgParts && fileName.empty() )
|
if( pBgParts && fileName.empty() )
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Reference in a new issue