public override void LateApplicationUpdate() { if (socket != null && socket.Config.EnablePacketMerging) { socket.CheckMergedPackets(); } }