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 2fcc229 commit 57c120d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

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

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

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

pc.setLogManager(new BukkitLogManager(this));

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

This file was deleted.

0 comments on commit 57c120d

Please sign in to comment.