File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/kotlin/de/randombyte/commandutils Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import de.randombyte.commandutils.service.CommandUtilsServiceImpl
2525import de.randombyte.kosp.extensions.toText
2626import de.randombyte.kosp.getServiceOrFail
2727import me.rojo8399.placeholderapi.PlaceholderService
28+ import org.bstats.sponge.Metrics
2829import org.slf4j.Logger
2930import org.spongepowered.api.Sponge
3031import org.spongepowered.api.command.args.GenericArguments.*
@@ -47,7 +48,7 @@ import java.nio.file.Path
4748class 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 {
You can’t perform that action at this time.
0 commit comments