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

more style

This commit is contained in:
goaaats 2017-12-04 23:21:15 +01:00
parent 1b09369505
commit c8c4baefb1
2 changed files with 53 additions and 53 deletions

View file

@ -325,7 +325,7 @@ void Core::Network::GameConnection::gm1Handler( const Packets::GamePacket& inPac
param2 = 1;
}
if( ( param1 == 0xcccccccc ) )
if( param1 == 0xcccccccc )
{
pPlayer->sendUrgent( "Syntaxerror." );
return;