1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 08:57:44 +00:00

Indentation

This commit is contained in:
amibu 2017-10-04 13:08:00 +02:00
parent bced310bbd
commit 13b1e42d5d

View file

@ -373,7 +373,8 @@ void Core::Network::GameConnection::gm1Handler( const Packets::GamePacket& inPac
{
for( uint8_t i = 0; i < 255; i++ )
targetActor->getAsPlayer()->registerAetheryte( i );
pPlayer->sendNotice( "All Aetherytes for " + targetPlayer->getName() +
pPlayer->sendNotice( "All Aetherytes for " + targetPlayer->getName() +
" were turned on." );
}
else