mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 23:27:45 +00:00
Merge branch 'ThreePointOh' of https://github.com/SapphireServer/Sapphire into 3.0-friendlist
This commit is contained in:
commit
83e71bc19d
1 changed files with 0 additions and 4 deletions
|
@ -999,10 +999,6 @@ void Sapphire::Entity::Player::spawn( Entity::PlayerPtr pTarget )
|
|||
Logger::debug( "[{0}] Spawning {1} for {2}", pTarget->getId(), getName(), pTarget->getName() );
|
||||
|
||||
auto spawnPacket = std::make_shared< PlayerSpawnPacket >( *this, *pTarget );
|
||||
FILE *fp;
|
||||
fp = fopen( "spawnPacket1.bin", "wb" );
|
||||
fwrite( spawnPacket->getData().data(), spawnPacket->getData().size(), 1, fp );
|
||||
fclose( fp );
|
||||
pTarget->queuePacket( spawnPacket );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue