diff --git a/About.xaml b/About.xaml index a751b72b..1a7151e8 100644 --- a/About.xaml +++ b/About.xaml @@ -8,6 +8,6 @@ Title="Slazangers Map Tool (SMT)" Height="200" Width="400" WindowStartupLocation="CenterOwner" ResizeMode="NoResize"> - + \ No newline at end of file diff --git a/EVEData/EveManager.cs b/EVEData/EveManager.cs index e1f31928..3576d31f 100644 --- a/EVEData/EveManager.cs +++ b/EVEData/EveManager.cs @@ -443,15 +443,15 @@ private void IntelFileWatcher_Changed(object sender, FileSystemEventArgs e) } string line = file.ReadLine(); - // trim any items off the front - if (line.Contains("[") && line.Contains("]")) - { - line = line.Substring(line.IndexOf("[")); - } while (line != null) - { + { // trim any items off the front + if (line.Contains("[") && line.Contains("]")) + { + line = line.Substring(line.IndexOf("[")); + } + fileReadFrom++; if (localChat)