Skip to content

Commit

Permalink
+ Event extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
FiLKoNd committed Nov 11, 2024
1 parent 6eabf48 commit cfb2626
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.filkond.paperktlib.paper.ext

import org.bukkit.event.Cancellable

fun Cancellable.cancel() {
isCancelled = true
}

0 comments on commit cfb2626

Please sign in to comment.