From 5d9f132365a56a16ad528486369cba4696f11e88 Mon Sep 17 00:00:00 2001 From: sdburns1998 Date: Sun, 7 Jul 2019 18:03:54 +0200 Subject: [PATCH] pyramidplunder: Remove unused fields --- .../pyramidplunder/PyramidPlunderPlugin.java | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/pyramidplunder/PyramidPlunderPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/pyramidplunder/PyramidPlunderPlugin.java index 7c75d11ff7..cf73974cdc 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/pyramidplunder/PyramidPlunderPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/pyramidplunder/PyramidPlunderPlugin.java @@ -90,21 +90,21 @@ public class PyramidPlunderPlugin extends Plugin static final int CLOSED_DOOR = TOMB_DOOR_20948; static final int OPENED_DOOR = TOMB_DOOR_20949; - // Next 2 are in here for anyone who wants to spend more time on this - private static final Set LOOTABLE = ImmutableSet.of( - GRAND_GOLD_CHEST, - SARCOPHAGUS_21255, - URN_21261, - URN_21262, - URN_21263 - ); - private static final Set LOOTED = ImmutableSet.of( - OPENED_GOLD_CHEST, - SARCOPHAGUS_21256, - URN_21265, - URN_21266, - URN_21267 - ); +// // Next 2 are in here for anyone who wants to spend more time on this +// private static final Set LOOTABLE = ImmutableSet.of( +// GRAND_GOLD_CHEST, +// SARCOPHAGUS_21255, +// URN_21261, +// URN_21262, +// URN_21263 +// ); +// private static final Set LOOTED = ImmutableSet.of( +// OPENED_GOLD_CHEST, +// SARCOPHAGUS_21256, +// URN_21265, +// URN_21266, +// URN_21267 +// ); private static final Set DOOR_WALL_IDS = ImmutableSet.of( 26618, 26619, 26620, 26621 );