mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Remove redundant TODO comment
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user