From 8c13188988085d95bf1f504e88b310341fcce21e Mon Sep 17 00:00:00 2001 From: IE Date: Thu, 2 Jan 2020 08:50:38 +0300 Subject: [PATCH] league path --- LChatHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;