mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-05 18:27:47 +00:00
Fix spacing
This commit is contained in:
parent
eee3df5bbd
commit
699b6d31a2
1 changed files with 2 additions and 2 deletions
|
@ -1084,7 +1084,7 @@ bool Sapphire::Entity::Player::findFirstItemWithId( uint32_t catalogId,
|
|||
|
||||
for( const auto& item : container->getItemMap() )
|
||||
{
|
||||
if(( item.second && item.second->getId() != catalogId ) || !item.second )
|
||||
if( ( item.second && item.second->getId() != catalogId ) || !item.second )
|
||||
continue;
|
||||
|
||||
location = std::make_pair( bagId, item.first );
|
||||
|
|
Loading…
Add table
Reference in a new issue