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