PacketPool: remove redundant comment

this was added to signify that these were normal, while BatchPacket was a hack. Since this has now been corrected, there's no need for the comment.
This commit is contained in:
Dylan K. Taylor 2018-07-19 15:43:38 +01:00
parent cdcafb1e75
commit 08621604cd

View File

@ -32,7 +32,6 @@ class PacketPool{
public static function init() : void{
static::$pool = new \SplFixedArray(256);
//Normal packets
static::registerPacket(new LoginPacket());
static::registerPacket(new PlayStatusPacket());
static::registerPacket(new ServerToClientHandshakePacket());