Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Update: I forgot to remove the test..
Browse files Browse the repository at this point in the history
Signed-off-by: Zoyn <602723113@qq.com>
  • Loading branch information
602723113 committed Aug 31, 2018
1 parent 7cb7760 commit 664e701
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/src/main/java/cc/zoyn/core/Core.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package cc.zoyn.core;

import cc.zoyn.core.event.PlayerOpenBackpackEvent;
import cc.zoyn.core.test.AsyncPlayerChatListener;
import com.comphenix.protocol.PacketType;
import com.comphenix.protocol.ProtocolLibrary;
import com.comphenix.protocol.events.PacketAdapter;
Expand Down Expand Up @@ -40,8 +39,6 @@ public void onPacketReceiving(PacketEvent event) {
}
}
});

Bukkit.getPluginManager().registerEvents(new AsyncPlayerChatListener(), this);
}

/**
Expand Down

0 comments on commit 664e701

Please sign in to comment.