Skip to content

Commit

Permalink
runelite-client: fix exception from --no-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Jan 29, 2018
1 parent d95d61a commit 0af4604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private void giveClientFocus()
final Canvas c = ((Client) client).getCanvas();
c.requestFocusInWindow();
}
else
else if (client != null)
{
client.requestFocusInWindow();
}
Expand Down

0 comments on commit 0af4604

Please sign in to comment.