Actually merge branch 'release/3.4' this time

This commit is contained in:
Dylan K. Taylor
2018-10-19 15:35:23 +01:00
18 changed files with 156 additions and 76 deletions

View File

@ -147,6 +147,7 @@ class PacketPool{
static::registerPacket(new SetLocalPlayerAsInitializedPacket());
static::registerPacket(new UpdateSoftEnumPacket());
static::registerPacket(new NetworkStackLatencyPacket());
static::registerPacket(new ScriptCustomEventPacket());
}
/**