demonic gorillas plugin: remove unused variable

This commit is contained in:
Adam
2018-06-16 13:26:45 -04:00
parent e06f7010ed
commit 5ac839164a

View File

@@ -81,8 +81,6 @@ public class DemonicGorillaOverlay extends Overlay
@Override
public Dimension render(Graphics2D graphics)
{
Player player = client.getLocalPlayer();
for (DemonicGorilla gorilla : plugin.getGorillas().values())
{
if (gorilla.getNpc().getInteracting() == null)