1.3 Merge #17

Merged
Hesham merged 11 commits from Dev into master 2018-09-04 20:01:39 +02:00
Showing only changes of commit 42e8b80999 - Show all commits

View File

@ -53,7 +53,6 @@ namespace OWTrack
tr.gamePath = savedTracker().gamePath;
update();
}
else MessageBox.Show("no save");
}
private bool saveExist()
@ -72,16 +71,21 @@ namespace OWTrack
}
else
{
getGamePath();
st.Close();
if (!tr.LoacteOW())
{
getGamePath();
st.Close();
}
return true;
}
}
}
else
{
MessageBox.Show("NO data.json");
getGamePath();
if (!tr.LoacteOW())
{
getGamePath();
}
return false;
}
}