From a1daa86d97b471f76cf46ff1d7a5324e8b19a781 Mon Sep 17 00:00:00 2001 From: chacha Date: Mon, 19 Jun 2023 18:52:25 +0100 Subject: [PATCH] Add missing logs --- Classes/ICCME_Event_DeathMatch_Shoot_Confirmed.uc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Classes/ICCME_Event_DeathMatch_Shoot_Confirmed.uc b/Classes/ICCME_Event_DeathMatch_Shoot_Confirmed.uc index 20ebf69..641a97d 100644 --- a/Classes/ICCME_Event_DeathMatch_Shoot_Confirmed.uc +++ b/Classes/ICCME_Event_DeathMatch_Shoot_Confirmed.uc @@ -9,6 +9,8 @@ function doLog() { super.doLog(); log("bConfirmed:"@bConfirmed); + log("Victim:"@Victim); + log("VictimStats:"@VictimStats); }