aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/com/leonardobishop/quests/quests/tasktypes/types/BentoBoxLevelTaskType.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/leonardobishop/quests/quests/tasktypes/types/BentoBoxLevelTaskType.java b/src/main/java/com/leonardobishop/quests/quests/tasktypes/types/BentoBoxLevelTaskType.java
index 1bea0d3e..52fa65ca 100644
--- a/src/main/java/com/leonardobishop/quests/quests/tasktypes/types/BentoBoxLevelTaskType.java
+++ b/src/main/java/com/leonardobishop/quests/quests/tasktypes/types/BentoBoxLevelTaskType.java
@@ -20,7 +20,7 @@ import java.util.List;
import java.util.UUID;
import java.util.concurrent.atomic.AtomicLong;
-public class BentoBoxLevelTaskType extends TaskType {
+public final class BentoBoxLevelTaskType extends TaskType {
private List<ConfigValue> creatorConfigValues = new ArrayList<>();
private Field levelField = null;