Skip to content

Commit

Permalink
Add missing val
Browse files Browse the repository at this point in the history
  • Loading branch information
DevScyu committed Sep 21, 2021
1 parent 57e82a9 commit 26e199e
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 26e199e

Please sign in to comment.