Browse Source

client sends char data when leaving room

pull/3/head
Andy Newjack 4 years ago
parent
commit
01edf4d70a
  1. 2
      src/packet/ship.rs

2
src/packet/ship.rs

@ -443,5 +443,5 @@ pub struct DoneBursting {
#[pso_packet(0x98)]
pub struct ClientCharacterData {
pub data: [u8; 2112],
pub data: [u8; 2088],
}
Loading…
Cancel
Save