1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-11 04:57:45 +00:00

Formatting...

This commit is contained in:
JeidoUran 2019-01-04 13:57:29 +01:00
parent a027784247
commit 37417800ac

View file

@ -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,