Skip to content

Commit

Permalink
Removed: Old BukkitLogManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram1903 committed Jul 4, 2024
1 parent b6f4571 commit adf94b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import com.deathmotion.antihealthindicator.schedulers.BukkitScheduler;
import com.deathmotion.antihealthindicator.schedulers.FoliaScheduler;
import com.deathmotion.antihealthindicator.util.BukkitLogManager;
import org.bukkit.plugin.java.JavaPlugin;

public class AHIBukkit extends JavaPlugin {
Expand All @@ -45,8 +44,6 @@ public void onEnable() {

ahi.setScheduler(isFolia() ? new FoliaScheduler(this) : new BukkitScheduler(this));

ahi.setLogManager(new BukkitLogManager(this));

ahi.commonOnEnable();
ahi.registerCommands();
ahi.enableBStats();
Expand Down

This file was deleted.

0 comments on commit adf94b2

Please sign in to comment.