From 77f657dbc06462aa3588e9d29230b08a1dc74e7f Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 23 May 2021 20:55:22 +0000 Subject: [PATCH] dont forget to check this later --- src/packet/messages.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/packet/messages.rs b/src/packet/messages.rs index 1a27e7f..062f141 100644 --- a/src/packet/messages.rs +++ b/src/packet/messages.rs @@ -334,8 +334,8 @@ pub struct ComboStep3 { #[pso_message(0x46)] pub struct TargetsHit { num_of_targets: [u8; 4], // thats a lot of targets? - client2: u8, - target2: u8, + client2: u8, // TODO: what even is this? + target2: u8, // TODO: what even is this? unknown2: [u8; 2], }