mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Remove inline assignment
This commit is contained in:
@@ -315,7 +315,8 @@ class StartGamePacket extends DataPacket{
|
|||||||
$state->setShort("id", $v["legacy_id"]);
|
$state->setShort("id", $v["legacy_id"]);
|
||||||
$states->push($state);
|
$states->push($state);
|
||||||
}
|
}
|
||||||
($stream = new NetworkLittleEndianNBTStream())->writeTag($states);
|
$stream = new NetworkLittleEndianNBTStream();
|
||||||
|
$stream->writeTag($states);
|
||||||
|
|
||||||
return $stream->buffer;
|
return $stream->buffer;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user