some changes for 1.2.14.2 beta

This commit is contained in:
Dylan K. Taylor
2018-03-29 20:06:16 +01:00
parent c276ef2b7f
commit 91486a23a5
9 changed files with 274 additions and 3 deletions

View File

@ -136,6 +136,11 @@ class PacketPool{
static::registerPacket(new ServerSettingsResponsePacket());
static::registerPacket(new ShowProfilePacket());
static::registerPacket(new SetDefaultGameTypePacket());
static::registerPacket(new RemoveObjectivePacket());
static::registerPacket(new SetDisplayObjectivePacket());
static::registerPacket(new SetScorePacket());
static::registerPacket(new LabTablePacket());
static::registerPacket(new UpdateBlockSyncedPacket());
static::registerPacket(new BatchPacket());
}