Merge pull request 'client sends char data when leaving room' (#29) from clean_empty_room into master

Reviewed-by: jake <jake@sharnoth.com>
This commit is contained in:
jake 2020-05-01 17:48:37 -04:00
commit 4326c1a936

View File

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