Skip to content

Commit

Permalink
downgrade version >:(
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuhtin committed Sep 23, 2021
1 parent 181ab70 commit 5584e94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'com.nextplugins'
version '2.1.0'
version '2.0.3'

tasks.build.dependsOn('shadowJar')

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/com/nextplugins/economy/NextEconomy.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public final class NextEconomy extends JavaPlugin {

@Override
public void onLoad() {

saveDefaultConfig();

npcFile = new File(getDataFolder(), "npcs.yml");
Expand Down Expand Up @@ -142,7 +141,6 @@ public void onEnable() {
ConversorRegistry.of(this).register();

Bukkit.getScheduler().runTaskLater(this, () -> {

PlaceholderRegistry.of(this).register();
CustomRankingRegistry.of(this).register();
ListenerRegistry.of(this).register();
Expand All @@ -160,7 +158,6 @@ public void onEnable() {

skinsRestorerManager.init();
purgeBackups();

}, 150L);

loadTime.stop();
Expand Down Expand Up @@ -242,7 +239,6 @@ private void purgeBackups() {
getLogger().warning("Não foi possível apagar o backup " + file.getName() + ".");
}
} catch (Exception exception) {
continue;
}
}
}
Expand Down

0 comments on commit 5584e94

Please sign in to comment.