Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
workonfire committed Apr 28, 2021
1 parent f98dff7 commit b5cb070
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@


public final class BucikGenerators extends JavaPlugin {
@Getter private static BucikGenerators instance;
@Getter private static String pluginVersion;
@Getter private static BucikGenerators instance;
@Getter private static String pluginVersion;

@Override
public void onEnable() {
Expand All @@ -64,8 +64,7 @@ public void onEnable() {
Util.registerRecipes();

if (ConfigManager.getConfig().getBoolean("options.metrics")) {
int pluginId = 7854;
new Metrics(getInstance(), pluginId);
new Metrics(getInstance(), 7854);
Util.systemMessage(Logger.INFO,
"bStats service has been &2enabled&r! Set &6metrics &rto &cfalse &rin " +
"&f&nconfig.yml&r in order to disable metrics.");
Expand Down

0 comments on commit b5cb070

Please sign in to comment.