strip extra blank lines (php-cs-fixer)

This commit is contained in:
Dylan K. Taylor
2020-01-22 15:14:10 +00:00
parent 8d7a364b29
commit 055b13a6cf
149 changed files with 0 additions and 188 deletions

View File

@ -227,7 +227,6 @@ class NetworkBinaryStream extends BinaryStream{
}
}
public function putSlot(Item $item) : void{
if($item->getId() === 0){
$this->putVarInt(0);