mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
Formatting
This commit is contained in:
parent
bc783993f3
commit
329ee05156
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue