Skip to content

Commit

Permalink
Ignore failure to set window name
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud authored Nov 5, 2024
1 parent 1e18939 commit e9570d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions GW Launcher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,6 @@ static string GetAccountName(int account_index)
memory.process.Refresh();
return memory.process.MainWindowTitle != "Guild Wars";
}, timeout);
if (!ok)
{
memory.process.Kill();
return "Failed to set window name after " + (timeout / 1000) + " seconds.";
}
}

return null;
Expand Down

0 comments on commit e9570d7

Please sign in to comment.