1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-05-18 14:33:34 +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
@@ -115,7 +115,7 @@
switch( $this->Engine )
{
case SourceQuery :: GOLDSOURCE:
case SourceQuery::GOLDSOURCE:
{
$PacketCountAndNumber = $this->Buffer->GetByte( );
$PacketCount = $PacketCountAndNumber & 0xF;
@@ -123,7 +123,7 @@
break;
}
case SourceQuery :: SOURCE:
case SourceQuery::SOURCE:
{
$IsCompressed = ( $RequestID & 0x80000000 ) !== 0;
$PacketCount = $this->Buffer->GetByte( );