diff --git a/src/packet/ship.rs b/src/packet/ship.rs index 14daa65..c5c9cfb 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -137,7 +137,7 @@ impl DirectMessage { -#[derive(PSOPacketData, Clone)] +#[derive(PSOPacketData, Clone, Copy, Default)] pub struct PlayerHeader { pub tag: u32, pub guildcard: u32,