Codestyle
This commit is contained in:
@@ -75,8 +75,8 @@ class BoostersPlugin : LibReforgePlugin(2036, 14269, "&e") {
|
|||||||
PlaceholderManager.registerPlaceholder(
|
PlaceholderManager.registerPlaceholder(
|
||||||
PlayerlessPlaceholder(
|
PlayerlessPlaceholder(
|
||||||
this,
|
this,
|
||||||
"booster_info",
|
"booster_info"
|
||||||
{
|
) {
|
||||||
val booster = activeBooster
|
val booster = activeBooster
|
||||||
|
|
||||||
if (booster == null) {
|
if (booster == null) {
|
||||||
@@ -90,7 +90,6 @@ class BoostersPlugin : LibReforgePlugin(2036, 14269, "&e") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
)
|
|
||||||
|
|
||||||
PlaceholderManager.registerPlaceholder(
|
PlaceholderManager.registerPlaceholder(
|
||||||
PlayerlessPlaceholder(
|
PlayerlessPlaceholder(
|
||||||
|
|||||||
Reference in New Issue
Block a user