Updated for 1.2.0.7

This commit is contained in:
Dylan K. Taylor
2017-08-04 19:59:16 +01:00
parent 50dffeb6a1
commit 58a12fdfa3
4 changed files with 54 additions and 3 deletions

View File

@ -134,6 +134,7 @@ class PacketPool{
static::registerPacket(new ModalFormResponsePacket());
static::registerPacket(new ServerSettingsRequestPacket());
static::registerPacket(new ServerSettingsResponsePacket());
static::registerPacket(new ShowProfilePacket());
static::registerPacket(new BatchPacket());
}