From 4c406afb6eae4a3b6d87c34426e8c3b07402dd40 Mon Sep 17 00:00:00 2001 From: harliq <30803300+harliq@users.noreply.github.com> Date: Tue, 4 Feb 2020 13:04:52 -0500 Subject: [PATCH] Cleanup, Ver 1.0.2.7 --- AceCreator.cs | 1 + ChatMessages.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- mainView.xml | 9 +++------ 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/AceCreator.cs b/AceCreator.cs index 1105e27..0ae7868 100644 --- a/AceCreator.cs +++ b/AceCreator.cs @@ -222,6 +222,7 @@ private void Current_ChatBoxMessage(object sender, ChatTextInterceptEventArgs e) LabelGetInfo.Text = e.Text; TextboxExportJsonWCID.Text = wcid; TextboxExportSQLWCID.Text = wcid; + // Util.WriteToChat(e.Text); } } diff --git a/ChatMessages.cs b/ChatMessages.cs index ed0bc1d..5391e31 100644 --- a/ChatMessages.cs +++ b/ChatMessages.cs @@ -25,7 +25,7 @@ public static bool GetWeenieInfo(string text, out string wcid) if (regex.IsMatch(text)) { - Util.WriteToChat("CapGroup1= " + RegExGroup(@"WeenieClassId: (.*)", text)); + // Util.WriteToChat("CapGroup1= " + RegExGroup(@"WeenieClassId: (.*)", text)); wcid = RegExGroup(@"WeenieClassId: (.*)", text); return true; diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f04b56f..941c498 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.2.4")] -[assembly: AssemblyFileVersion("1.0.2.4")] +[assembly: AssemblyVersion("1.0.2.6")] +[assembly: AssemblyFileVersion("1.0.2.6")] diff --git a/mainView.xml b/mainView.xml index ba1387a..0ed68df 100644 --- a/mainView.xml +++ b/mainView.xml @@ -27,14 +27,11 @@ - + + - - - - - +