From c1c657a7c2a6934f2fc1b2ad5766d3358e069c12 Mon Sep 17 00:00:00 2001 From: Zontreck Date: Mon, 22 Jun 2020 01:14:52 -0700 Subject: [PATCH] Put logs into correct folder --- Assembly/ASMInfo.cs | 4 ++-- GroupLog.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Assembly/ASMInfo.cs b/Assembly/ASMInfo.cs index b9e1967..4340d00 100644 --- a/Assembly/ASMInfo.cs +++ b/Assembly/ASMInfo.cs @@ -6,7 +6,7 @@ using System.Reflection; [assembly: AssemblyCompany("ZNI")] [assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)] [assembly: AssemblyCopyright("© 2020 Tara Piccari")] -[assembly: AssemblyFileVersion("5.2.109")] +[assembly: AssemblyFileVersion("5.2.110")] [assembly: AssemblyDescription("Second Life Bot - BotCore5")] @@ -15,7 +15,7 @@ namespace Bot.Assemble public class ASMInfo { public static string BotName = "ZBotCore"; - public static string BotVer = "5.2.109"; + public static string BotVer = "5.2.110"; public static string GitPassword { get diff --git a/GroupLog.cs b/GroupLog.cs index 5c55f98..1faa002 100644 --- a/GroupLog.cs +++ b/GroupLog.cs @@ -63,7 +63,7 @@ namespace Bot LogFormat = LogFormat.Replace("%MESSAGE%", Message); LogFormat = LogFormat.Replace("%UUID%", SenderID.ToString()); - + filename = "GroupChatLogs/" + filename; try { lock (_writeLock)