From 504d0296ab6ccc886f7830507cd8d1eb044988fc Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 23 Dec 2019 13:14:05 -0800 Subject: [PATCH] need these derives --- src/packet/ship.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,