mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 11:07:45 +00:00
more style
This commit is contained in:
parent
1b09369505
commit
c8c4baefb1
2 changed files with 53 additions and 53 deletions
|
@ -325,7 +325,7 @@ void Core::Network::GameConnection::gm1Handler( const Packets::GamePacket& inPac
|
||||||
param2 = 1;
|
param2 = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( ( param1 == 0xcccccccc ) )
|
if( param1 == 0xcccccccc )
|
||||||
{
|
{
|
||||||
pPlayer->sendUrgent( "Syntaxerror." );
|
pPlayer->sendUrgent( "Syntaxerror." );
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue