aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-05 15:59:51 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-05 15:59:51 +0000
commit8989d0b6db732f374a85884fad39a6a541753b74 (patch)
tree72e36c31fcaceaf1e614ae10dfab4b0610c22728
parent1337e607bdc61690844cb1b6d7a3e7f0d9289d93 (diff)
Removed unused IridiumSkyblock repo & cleanup
-rw-r--r--build.gradle2
-rw-r--r--src/main/java/com/leonardobishop/quests/quests/tasktypes/types/dependent/IridiumSkyblockValueType.java1
2 files changed, 0 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index ea7ac04d..a61d776a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,8 +38,6 @@ repositories {
maven { url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/' }
// EssentialsX
maven { url = 'https://repo.essentialsx.net/releases/' }
- //IridiumSkyblock
- maven { url = 'https://nexus.savagelabs.net/repository/maven-releases/' }
// JitPack
maven { url = 'https://jitpack.io' }
mavenCentral()
diff --git a/src/main/java/com/leonardobishop/quests/quests/tasktypes/types/dependent/IridiumSkyblockValueType.java b/src/main/java/com/leonardobishop/quests/quests/tasktypes/types/dependent/IridiumSkyblockValueType.java
index bb9c4a86..79bb9492 100644
--- a/src/main/java/com/leonardobishop/quests/quests/tasktypes/types/dependent/IridiumSkyblockValueType.java
+++ b/src/main/java/com/leonardobishop/quests/quests/tasktypes/types/dependent/IridiumSkyblockValueType.java
@@ -26,7 +26,6 @@ import java.util.UUID;
public final class IridiumSkyblockValueType extends TaskType {
private List<ConfigValue> creatorConfigValues = new ArrayList<>();
- private BukkitTask poll;
public IridiumSkyblockValueType() {
super("iridiumskyblock_value", "LMBishop", "Reach a certain island value for Iridium Skyblock.");