diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/roguesden/Obstacles.java b/runelite-client/src/main/java/net/runelite/client/plugins/roguesden/Obstacles.java index e518f4814b..59c2c9428e 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/roguesden/Obstacles.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/roguesden/Obstacles.java @@ -42,7 +42,7 @@ import static net.runelite.api.ObjectID.WALL_7249; class Obstacles { - public static final Set OBSTACLE_IDS_HULL = Sets.newHashSet( + static final Set OBSTACLE_IDS_HULL = Sets.newHashSet( SPINNING_BLADES_7224, CONTORTION_BARS, PENDULUM, @@ -52,7 +52,7 @@ class Obstacles NULL_7235 /*Wall safe*/ ); - public static final Set OBSTACLE_IDS_TILE = Sets.newHashSet( + static final Set OBSTACLE_IDS_TILE = Sets.newHashSet( FLOOR, /*Floor spikes*/ WALL_7228, /*Wall spikes*/ WALL_7229, /*Wall spears*/