mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 16:17:46 +00:00
Formatting...
This commit is contained in:
parent
a3b738d724
commit
c87955374e
1 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue