Skip to content

Commit

Permalink
Fix that logic
Browse files Browse the repository at this point in the history
  • Loading branch information
valarnin committed Jun 17, 2021
1 parent dbec674 commit 6021ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FFXIV_Log_Splitter/FFXIV_Log_Splitter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public void InitPlugin(TabPage pluginScreenSpace, Label pluginStatusText)
{
File.Delete(fileName);
}
encCount = 0;
zone = parts[3];
dateTime = DateTime.Parse(parts[1]).ToUniversalTime();
fileName = getFilename(zone, dateTime);
Expand Down

0 comments on commit 6021ec9

Please sign in to comment.