Browse Source

Merge pull request 'be quieter' (#25) from quiter into master

Reviewed-on: #25
pull/26/head
jake 1 year ago
parent
commit
8c88303009
  1. 2
      src/packet/ship.rs

2
src/packet/ship.rs

@ -124,7 +124,7 @@ pub struct LobbySelect {
#[pso_packet(0xE7)] #[pso_packet(0xE7)]
pub struct FullCharacter { pub struct FullCharacter {
#[no_debug]
#[nodebug]
character: character::FullCharacter, character: character::FullCharacter,
} }

Loading…
Cancel
Save