Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Aug 11, 2024
1 parent 9d47bb4 commit d179e23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/me/despical/kotl/kits/KitManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public class KitManager {
public KitManager(final Main plugin) {
this.plugin = plugin;
this.kits = new HashSet<>();

this.loadKits();
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/despical/kotl/user/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
public class User {

private static final Main plugin = JavaPlugin.getPlugin(Main.class);
private static long cooldownCounter = 0;
private static long cooldownCounter;

private final UUID uuid;
private final String name;
Expand Down

0 comments on commit d179e23

Please sign in to comment.