Skip to content

Commit

Permalink
Update src/main/java/org/betonquest/betonquest/events/FolderEvent.java
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Seyfarth <[email protected]>
  • Loading branch information
Wolf2323 and seyfahni authored Oct 12, 2023
1 parent e654b5f commit 427ae0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public FolderEvent(final Instruction instruction) throws InstructionParseExcepti
ticks = instruction.hasArgument("ticks");
minutes = instruction.hasArgument("minutes");
cancelOnLogout = instruction.hasArgument("cancelOnLogout");
cancelled = new ArrayList<>();
cancelled = new HashSet<>();
}

@SuppressWarnings({"PMD.CyclomaticComplexity", "PMD.NPathComplexity", "PMD.CognitiveComplexity"})
Expand Down

0 comments on commit 427ae0b

Please sign in to comment.