diff --git a/src/packet/ship.rs b/src/packet/ship.rs index 00c86b5..7790eb4 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -124,7 +124,7 @@ pub struct LobbySelect { #[pso_packet(0xE7)] pub struct FullCharacter { - #[no_debug] + #[nodebug] character: character::FullCharacter, }