Remove wildy level check

This commit is contained in:
Lucwousin
2019-09-18 18:26:31 +02:00
parent 10b51778b7
commit 9a398b4b49

View File

@@ -433,12 +433,6 @@ public class MenuEntrySwapperPlugin extends Plugin
return;
}
// TODO: Remove this? This makes everything here only work in wildy lol
if (!(MiscUtils.getWildernessLevelFrom(client, localPlayer.getWorldLocation()) >= 0))
{
return;
}
List<MenuEntry> menu_entries = new ArrayList<>();
for (MenuEntry entry : event.getMenuEntries())