mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
Remove redundant TODO comment
This commit is contained in:
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(){
|
||||
@ -58,4 +58,4 @@ class ResourcePackClientResponsePacket extends DataPacket{
|
||||
return $session->handleResourcePackClientResponse($this);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user