mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
strip extra blank lines (php-cs-fixer)
This commit is contained in:
@ -227,7 +227,6 @@ class NetworkBinaryStream extends BinaryStream{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public function putSlot(Item $item) : void{
|
||||
if($item->getId() === 0){
|
||||
$this->putVarInt(0);
|
||||
|
Reference in New Issue
Block a user