Skip to content

Commit

Permalink
demonic gorillas plugin: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Jun 16, 2018
1 parent e06f701 commit 5ac8391
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ private BufferedImage getIcon(DemonicGorilla.AttackStyle attackStyle)
@Override
public Dimension render(Graphics2D graphics)
{
Player player = client.getLocalPlayer();

for (DemonicGorilla gorilla : plugin.getGorillas().values())
{
if (gorilla.getNpc().getInteracting() == null)
Expand Down

0 comments on commit 5ac8391

Please sign in to comment.