mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +00:00
Removed debug code
This commit is contained in:
parent
c84cfbaed7
commit
9038d0f19f
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() );
|
Logger::debug( "[{0}] Spawning {1} for {2}", pTarget->getId(), getName(), pTarget->getName() );
|
||||||
|
|
||||||
auto spawnPacket = std::make_shared< PlayerSpawnPacket >( *this, *pTarget );
|
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 );
|
pTarget->queuePacket( spawnPacket );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue