diff options
-rw-r--r-- | src/main/kotlin/me/bush/illnamethislater/EventBus.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/me/bush/illnamethislater/EventBus.kt b/src/main/kotlin/me/bush/illnamethislater/EventBus.kt index 01d90cd..13e6b48 100644 --- a/src/main/kotlin/me/bush/illnamethislater/EventBus.kt +++ b/src/main/kotlin/me/bush/illnamethislater/EventBus.kt @@ -51,6 +51,7 @@ class EventBus( // todo encapsulation?? /** * doc + * */ infix fun unsubscribe(subscriber: Any) = subscribers.remove(subscriber).apply { if (this) listeners.entries.removeIf { |