Codestyle

This commit is contained in:
Auxilor
2022-04-17 13:16:46 +01:00
parent a3be5f1e20
commit 230800707d
@@ -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(