From 776bac94632cd5f5425e88313980ae99b5f2e910 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 28 Jun 2025 10:05:57 -0400 Subject: [PATCH] Add padding to the GMCommand IPC packet This fixes the warning that the sizes don't match, because I think there's padding at the end. --- src/ipc/zone/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ipc/zone/mod.rs b/src/ipc/zone/mod.rs index 35fd96b..114f6f6 100644 --- a/src/ipc/zone/mod.rs +++ b/src/ipc/zone/mod.rs @@ -392,6 +392,7 @@ pub enum ClientZoneIpcData { arg1: u32, arg2: u32, arg3: u32, + #[brw(pad_after = 4)] target: u64, }, /// Sent by the client when the character walks into a zone transistion