Skip to content

Commit

Permalink
league path
Browse files Browse the repository at this point in the history
  • Loading branch information
leftspace89 committed Jan 2, 2020
1 parent 62215df commit 8c13188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LChatHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c13188

Please sign in to comment.