Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Oct 25, 2022
1 parent 95f6139 commit 8da4c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/SubChunkPacketEntryCommon.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public function getRequestResult() : int{ return $this->requestResult; }

public function getTerrainData() : string{ return $this->terrainData; }

/** @return SubChunkPacketHeightMapInfo|null */
public function getHeightMap() : ?SubChunkPacketHeightMapInfo{ return $this->heightMap; }

public static function read(PacketSerializer $in, bool $cacheEnabled) : self{
Expand Down

0 comments on commit 8da4c73

Please sign in to comment.