1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-05-24 22:44:45 +00:00

Remove redundant TODO comment

This commit is contained in:
Dylan K. Taylor 2017-02-27 13:22:29 +00:00
parent d0faf3df91
commit 5aed0fb0d5

@ -34,7 +34,7 @@ class ResourcePackClientResponsePacket extends DataPacket{
const STATUS_HAVE_ALL_PACKS = 3;
const STATUS_COMPLETED = 4;
public $status; //TODO: add constants for status types
public $status;
public $packIds = [];
public function decode(){