From e27e797694cdde4434ccb3942f695bce738e9748 Mon Sep 17 00:00:00 2001 From: Scott Burns Date: Thu, 16 May 2019 01:52:17 +0200 Subject: [PATCH] Travis --- .../client/plugins/warindicators/WarIndicatorPlugin.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/warindicators/WarIndicatorPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/warindicators/WarIndicatorPlugin.java index bdefe4b606..37da6d988e 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/warindicators/WarIndicatorPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/warindicators/WarIndicatorPlugin.java @@ -85,16 +85,16 @@ public class WarIndicatorPlugin extends Plugin } @Subscribe - public void onMenuEntryAdd(MenuEntryAdded menuEntryAdded) + public void onMenuEntryAdd(MenuEntryAdded onMenuEntryAdded) { - int type = menuEntryAdded.getType(); + int type = onMenuEntryAdded.getType(); if (type >= 2000) { type -= 2000; } - int identifier = menuEntryAdded.getIdentifier(); + int identifier = onMenuEntryAdded.getIdentifier(); if (type == FOLLOW.getId() || type == TRADE.getId() || type == SPELL_CAST_ON_PLAYER.getId() || type == ITEM_USE_ON_PLAYER.getId()