diff --git a/LChatHelper.cs b/LChatHelper.cs index 06eef9b..0d93bb1 100644 --- a/LChatHelper.cs +++ b/LChatHelper.cs @@ -57,7 +57,7 @@ public void Init() public string GetLog() { - var defaultPath = Path.Combine(GetLOLPath(), @"Logs\LeagueClient Logs"); ; + var defaultPath = Path.Combine(lolPath, @"Logs\LeagueClient Logs"); ; var dir = Directory.GetFiles(defaultPath, "*_LeagueClient.log"); var mlog = ""; var ltime = TimeSpan.MaxValue;