diff --git a/src/world/Manager/DebugCommandMgr.cpp b/src/world/Manager/DebugCommandMgr.cpp index ef01f066..8095da7f 100644 --- a/src/world/Manager/DebugCommandMgr.cpp +++ b/src/world/Manager/DebugCommandMgr.cpp @@ -429,10 +429,10 @@ void Sapphire::World::Manager::DebugCommandMgr::add( char* data, Entity::Player& auto bNpcTemplate = serverZone->getBNpcTemplate( params ); if( !bNpcTemplate ) - { - player.sendNotice( "Template " + params + " not found in cache!" ); - return; - } + { + player.sendNotice( "Template " + params + " not found in cache!" ); + return; + } auto pBNpc = std::make_shared< Entity::BNpc >( bNpcTemplate, player.getPos().x, player.getPos().y,