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

Fix spacing

This commit is contained in:
Rushi 2022-02-12 19:20:13 +00:00 committed by GitHub
parent eee3df5bbd
commit 699b6d31a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1084,7 +1084,7 @@ bool Sapphire::Entity::Player::findFirstItemWithId( uint32_t catalogId,
for( const auto& item : container->getItemMap() ) 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; continue;
location = std::make_pair( bagId, item.first ); location = std::make_pair( bagId, item.first );