Skip to content

Commit 847fe0f

Browse files
Ahhh
1 parent 1a42446 commit 847fe0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/de/randombyte/commandutils/CommandUtils.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import de.randombyte.commandutils.service.CommandUtilsServiceImpl
2525
import de.randombyte.kosp.extensions.toText
2626
import de.randombyte.kosp.getServiceOrFail
2727
import me.rojo8399.placeholderapi.PlaceholderService
28+
import org.bstats.sponge.Metrics
2829
import org.slf4j.Logger
2930
import org.spongepowered.api.Sponge
3031
import org.spongepowered.api.command.args.GenericArguments.*
@@ -47,7 +48,7 @@ import java.nio.file.Path
4748
class CommandUtils @Inject constructor(
4849
val logger: Logger,
4950
@ConfigDir(sharedRoot = false) configPath: Path,
50-
// val bStats: Metrics,
51+
val bStats: Metrics,
5152
val pluginContainer: PluginContainer
5253
) {
5354
companion object {

0 commit comments

Comments
 (0)