Updated for 1.2.0.18

This commit is contained in:
Dylan K. Taylor
2017-08-18 12:36:04 +01:00
parent 09c53552c1
commit 8853452feb
6 changed files with 24 additions and 7 deletions

View File

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