mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-25 12:54:03 +00:00
Remove inline assignment
This commit is contained in:
parent
0917b67573
commit
74c09dc202
@ -315,7 +315,8 @@ class StartGamePacket extends DataPacket{
|
||||
$state->setShort("id", $v["legacy_id"]);
|
||||
$states->push($state);
|
||||
}
|
||||
($stream = new NetworkLittleEndianNBTStream())->writeTag($states);
|
||||
$stream = new NetworkLittleEndianNBTStream();
|
||||
$stream->writeTag($states);
|
||||
|
||||
return $stream->buffer;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user