From 6cc2ae2259967a09db4143ac8c6b2e2400ffe73a Mon Sep 17 00:00:00 2001 From: GabrielTK Date: Wed, 20 Jul 2016 09:24:05 -0400 Subject: [PATCH] Finished Clean-UP --- source/WindowsFormsApplication1/Apps/Cheats.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/WindowsFormsApplication1/Apps/Cheats.cs b/source/WindowsFormsApplication1/Apps/Cheats.cs index a11cf35..9caaa7f 100644 --- a/source/WindowsFormsApplication1/Apps/Cheats.cs +++ b/source/WindowsFormsApplication1/Apps/Cheats.cs @@ -62,9 +62,6 @@ private void AddMoney_Click(object sender, EventArgs e) ShiftOS.API.AddCodepoints(qty); } - private void button2_Click(object sender, EventArgs e) - { - //Package_Grabber.SendMessage(Matchmaker.SelectedServer.IPAddress, ); - } + } }