Browse Source

use new libpso

pbs
Jake Probst 5 years ago
parent
commit
a4cc841e53
  1. 2
      src/patch/main.rs

2
src/patch/main.rs

@ -13,7 +13,7 @@ use mio::{Events, Poll, Token, Ready, PollOpt};
use rand::{Rng, RngCore};
use crc::{crc32, Hasher32};
use libpso::{PacketParseError, PSOPacket};
use libpso::patch::packet::*;
use libpso::packet::patch::*;
use libpso::crypto::{CipherError, PSOCipher, NullCipher};
use libpso::crypto::pc::PSOPCCipher;
use elseware::common::{send_packet, recv_packet, PacketNetworkError};

Loading…
Cancel
Save