From 2f142c8c1a349123c6874130c06282dec08d885e Mon Sep 17 00:00:00 2001
From: BubbaGumpShrump <joshua.p.farrell@gmail.com>
Date: Sun, 8 Dec 2024 16:45:56 -0500
Subject: [PATCH] Cleared killfeed

---
 AutoTrackR2/HomePage.xaml.cs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/AutoTrackR2/HomePage.xaml.cs b/AutoTrackR2/HomePage.xaml.cs
index 5edd6a7..9ef801c 100644
--- a/AutoTrackR2/HomePage.xaml.cs
+++ b/AutoTrackR2/HomePage.xaml.cs
@@ -284,6 +284,8 @@ namespace AutoTrackR2
             PilotNameTextBox.Text = string.Empty;
             PlayerShipTextBox.Text = string.Empty;
             GameModeTextBox.Text = string.Empty;
+            KillTallyTextBox.Text = string.Empty;
+            KillFeedStackPanel.Children.Clear();
         }
 
         private void AdjustFontSize(TextBlock textBlock)