1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 13:53:35 +02:00

Less spacing

This commit is contained in:
Pavel Djundik
2015-10-11 13:06:02 +03:00
parent 41741b24a2
commit dc2a08e503
7 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -77,7 +77,7 @@
// GoldSource RCON has same structure as Query
$this->Socket->Read( );
if( $this->Buffer->GetByte( ) !== SourceQuery :: S2A_RCON )
if( $this->Buffer->GetByte( ) !== SourceQuery::S2A_RCON )
{
return false;
}
@@ -102,7 +102,7 @@
{
$this->Socket->Read( );
$ReadMore = $this->Buffer->Remaining( ) > 0 && $this->Buffer->GetByte( ) === SourceQuery :: S2A_RCON;
$ReadMore = $this->Buffer->Remaining( ) > 0 && $this->Buffer->GetByte( ) === SourceQuery::S2A_RCON;
if( $ReadMore )
{