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