removed messagebox

This commit is contained in:
HeshamTB 2018-12-10 10:48:55 +03:00
parent 632325fcd0
commit 264ca744f3

View File

@ -98,7 +98,6 @@ namespace OWTrack
{ {
if (!tr.LoacteOW()) if (!tr.LoacteOW())
{ {
MessageBox.Show(tr.gamePath);
tr.gamePath = getGamePath(); tr.gamePath = getGamePath();
} }
} }