Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Add RaidTriggerEvent to SoundEventSelections
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory authored Mar 1, 2024
1 parent 27a46e5 commit f9012ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public static boolean isValid(@NotNull Class<? extends Event> event) {
.add(PlayerDamagePlayerEvent.class)
.add(PlayerTakeDamageByEntityEvent.class)
.add(PlayerTakeDamageByPlayerEvent.class)
.add(optional("raid.RaidTriggerEvent"))
.build()
.stream().filter(Objects::nonNull).collect(Collectors.toList()));
}
Expand Down

0 comments on commit f9012ae

Please sign in to comment.