Skip to content

Commit

Permalink
fix: 全体通知を表示しない設定でもGT大当たり通知が表示される不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Dec 17, 2023
1 parent fc63498 commit c396e30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class BukkitDrawGacha[
0.5f,
2f
)
} >> sendMessageToEveryoneIgnoringPreferenceM[String, F](
} >> sendMessageToEveryone[String, F](
s"$GOLD${player.getName}がガチャでGigantic☆大当たり!"
)
case GachaRarity.Big =>
Expand Down

0 comments on commit c396e30

Please sign in to comment.