diff options
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Cheats.cs | 5 |
1 files changed, 1 insertions, 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 @@ namespace ShiftOS.Apps ShiftOS.API.AddCodepoints(qty); } - private void button2_Click(object sender, EventArgs e) - { - //Package_Grabber.SendMessage(Matchmaker.SelectedServer.IPAddress, ); - } + } } |
