Skip to content

Commit

Permalink
Merge pull request #85 from MineInAbyss/missing-val
Browse files Browse the repository at this point in the history
Add missing val
  • Loading branch information
Boy0000 authored Sep 21, 2021
2 parents 57e82a9 + 26e199e commit 823ddcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.bukkit.event.block.BlockEvent

class BlockSyncEvent(
block: Block,
type: SyncType
val type: SyncType
) : BlockEvent(block), Cancellable {
private var cancelled = false

Expand Down

0 comments on commit 823ddcc

Please sign in to comment.