Update Booster.kt
Fixed unsafe call to "active"
This commit is contained in:
@@ -151,7 +151,9 @@ class Booster(
|
|||||||
plugin,
|
plugin,
|
||||||
"${id}_name",
|
"${id}_name",
|
||||||
) {
|
) {
|
||||||
active?.booster.name ?: ""
|
val active = this.active
|
||||||
|
|
||||||
|
active?.booster?.name ?: ""
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user