diff options
Diffstat (limited to 'src/main/kotlin/me/bush/illnamethislater/Event.kt')
-rw-r--r-- | src/main/kotlin/me/bush/illnamethislater/Event.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/me/bush/illnamethislater/Event.kt b/src/main/kotlin/me/bush/illnamethislater/Event.kt index 476a34a..2881c0e 100644 --- a/src/main/kotlin/me/bush/illnamethislater/Event.kt +++ b/src/main/kotlin/me/bush/illnamethislater/Event.kt @@ -23,7 +23,7 @@ abstract class Event { /** * Determines if this event can be [cancelled]. This does not have to return a constant value. */ - abstract val cancellable: Boolean + protected abstract val cancellable: Boolean /** * Sets [cancelled] to true. |