Fixed Readline Bug (MultiLine)

This commit is contained in:
HeshamTB 2018-12-20 19:11:31 +03:00
parent 86efb124c6
commit e788aaeea3

View File

@ -87,7 +87,7 @@ namespace OWTrack
{
using (StreamReader st = new StreamReader(Paths.GetSaves()))
{
string line = st.ReadLine();
string line = st.ReadToEnd();
if (line.Contains("Overwatch.exe"))
{
tr = saveManeger.GetSavedTracker();