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

Formatting

This commit is contained in:
JeidoUran 2019-01-04 13:47:03 +01:00
parent bc783993f3
commit 329ee05156

View file

@ -430,7 +430,7 @@ void Sapphire::World::Manager::DebugCommandMgr::add( char* data, Entity::Player&
if( !bNpcTemplate ) if( !bNpcTemplate )
{ {
player.sendNotice( "Template " + params + " not found in cache!" ); player.sendNotice( "Template " + params + " not found in cache!" );
return; return;
} }
auto pBNpc = std::make_shared< Entity::BNpc >( bNpcTemplate, auto pBNpc = std::make_shared< Entity::BNpc >( bNpcTemplate,