mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +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 )
|
||||
{
|
||||
player.sendNotice( "Template " + params + " not found in cache!" );
|
||||
player.sendNotice( "Template " + params + " not found in cache!" );
|
||||
return;
|
||||
}
|
||||
auto pBNpc = std::make_shared< Entity::BNpc >( bNpcTemplate,
|
||||
|
|
Loading…
Add table
Reference in a new issue