Skip to content

Commit

Permalink
docs: コメントをわかりやすく
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Feb 9, 2023
1 parent 06a1029 commit 19749d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ValentineListener[F[_]: ConcurrentEffect: NonServerThreadContextShift](
ioOnMainThread: OnMinecraftServerThread[IO]
) extends Listener {

// クリーパーの自爆の場合、確率でアイテムをドロップ
// クリーパーが爆発した場合、確率でアイテムをドロップ
@EventHandler
def onEntityExplode(event: EntityExplodeEvent): Unit = {
if (!isInEvent) return
Expand Down

0 comments on commit 19749d6

Please sign in to comment.