From 10bd54a785cc0ca1d06db78b9348a9d75fe57b0d Mon Sep 17 00:00:00 2001 From: Sardelka Date: Sun, 17 Jul 2022 19:19:58 +0800 Subject: [PATCH] remove testing code --- RageCoop.Client/Main.cs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/RageCoop.Client/Main.cs b/RageCoop.Client/Main.cs index 573690f..20efaf3 100644 --- a/RageCoop.Client/Main.cs +++ b/RageCoop.Client/Main.cs @@ -102,8 +102,6 @@ namespace RageCoop.Client #if DEBUG #endif - - int pinPart = 0; private void OnTick(object sender, EventArgs e) { var P = Game.Player.Character; @@ -189,16 +187,6 @@ namespace RageCoop.Client private void OnKeyDown(object sender, KeyEventArgs e) { - if(e.KeyCode == Keys.Right) - { - pinPart++; - GTA.UI.Notification.Show(pinPart.ToString()); - } - if (e.KeyCode == Keys.Left) - { - pinPart--; - GTA.UI.Notification.Show(pinPart.ToString()); - } if (MainChat.Focused) { MainChat.OnKeyDown(e.KeyCode);