Skip to content

Commit

Permalink
1.8-pre-4!
Browse files Browse the repository at this point in the history
  • Loading branch information
retrooper committed Feb 12, 2021
1 parent e994c34 commit 65c28b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
import java.util.concurrent.atomic.AtomicInteger;

public final class PacketEvents implements Listener, EventManager {
//TODO finish unfinished wrappers, fix concurrent mod exception when registering listeners
//TODO finish unfinished wrappers
private static PacketEvents instance;
private final PEVersion version = new PEVersion(1, 7, 9, 4);
private final EventManager eventManager = new PEEventManager();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
import org.bukkit.plugin.java.JavaPlugin;

public class PacketEventsPlugin extends JavaPlugin {
//TODO do what cleanups you did to Direction enum, to all others

@Override
public void onLoad() {

Expand Down

0 comments on commit 65c28b4

Please sign in to comment.