Fixed Readline Bug (MultiLine)
This commit is contained in:
parent
86efb124c6
commit
e788aaeea3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user