demonic gorillas plugin: remove unused variable
This commit is contained in:
@@ -81,8 +81,6 @@ public class DemonicGorillaOverlay extends Overlay
|
|||||||
@Override
|
@Override
|
||||||
public Dimension render(Graphics2D graphics)
|
public Dimension render(Graphics2D graphics)
|
||||||
{
|
{
|
||||||
Player player = client.getLocalPlayer();
|
|
||||||
|
|
||||||
for (DemonicGorilla gorilla : plugin.getGorillas().values())
|
for (DemonicGorilla gorilla : plugin.getGorillas().values())
|
||||||
{
|
{
|
||||||
if (gorilla.getNpc().getInteracting() == null)
|
if (gorilla.getNpc().getInteracting() == null)
|
||||||
|
|||||||
Reference in New Issue
Block a user