diff options
author | Linnea Gräf <nea@nea.moe> | 2024-09-12 13:34:11 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-09-12 13:34:11 +0200 |
commit | 52623b715d395f65f96e09f4492285935b797b4b (patch) | |
tree | 1b96097a17dd9c81671478b11d127ce3278ddada /src/main/kotlin/events/subscription/SubscriptionList.kt | |
parent | ab809e197f3e8c9a51745ee9510bc65c952c0cc8 (diff) | |
download | Firmament-fix/citresewn.tar.gz Firmament-fix/citresewn.tar.bz2 Firmament-fix/citresewn.zip |
Isolate CIT resewn compatfix/citresewn
Diffstat (limited to 'src/main/kotlin/events/subscription/SubscriptionList.kt')
-rw-r--r-- | src/main/kotlin/events/subscription/SubscriptionList.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/kotlin/events/subscription/SubscriptionList.kt b/src/main/kotlin/events/subscription/SubscriptionList.kt index e74a65a..817efc3 100644 --- a/src/main/kotlin/events/subscription/SubscriptionList.kt +++ b/src/main/kotlin/events/subscription/SubscriptionList.kt @@ -21,5 +21,8 @@ interface SubscriptionList { } .toList() } + init { + require(allLists.isNotEmpty()) + } } } |