Skip to content

Commit

Permalink
Turns out bstats actually needs an update
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed May 16, 2021
1 parent bb0dda0 commit 19dcb38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class SpongePlugin implements ServerInterface {
private final List<SpongePlayer> onlinePlayerList;

@Inject
public SpongePlugin(org.apache.logging.log4j.Logger logger, PluginContainer pluginContainer, Metrics.Factory metricsFactory) {
public SpongePlugin(org.apache.logging.log4j.Logger logger, PluginContainer pluginContainer/*, Metrics.Factory metricsFactory*/) {
Logger.global = new Log4J2Logger(logger);
this.pluginContainer = pluginContainer;

Expand All @@ -105,7 +105,7 @@ public SpongePlugin(org.apache.logging.log4j.Logger logger, PluginContainer plug
this.commands = new SpongeCommands(pluginInstance);

//bstats
metricsFactory.make(5911);
//metricsFactory.make(5911);
}

@Listener
Expand Down

0 comments on commit 19dcb38

Please sign in to comment.