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); }