Minor changes.

This commit is contained in:
once_a_fairy
2023-08-06 14:53:36 +02:00
parent e258644a20
commit 2b9d6c0160
5 changed files with 12 additions and 25 deletions
@@ -22,7 +22,7 @@ public class FinishedRaid implements Listener {
if (dailyQuest == null || dailyQuest.isDone()) {
return;
}
if (dailyQuest instanceof OtherQuest otherQuest) { // check if dailyQuest.getVariant().getName()) == Raidquest
if (dailyQuest instanceof OtherQuest otherQuest) {
otherQuest.raid();
}
}