Browse Source

be quieter

pull/25/head
jake 1 year ago
parent
commit
32203551c0
  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