1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00

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.
This commit is contained in:
Joshua Goins 2025-06-28 10:05:57 -04:00
parent 6951f9448d
commit 776bac9463

View file

@ -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