Skip to content

Commit

Permalink
remote useless function for event
Browse files Browse the repository at this point in the history
  • Loading branch information
cire3wastaken committed Jun 20, 2024
1 parent f19ee5f commit 6c78f3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Bukkit-Core/src/main/java/prelude/BaseImplementation.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ public void onLeave(PlayerQuitEvent event) {
BukkitPlayerAdapter.remove(player);
}

@EventHandler
public void onJoin(PlayerJoinEvent event) {
Player player = event.getPlayer();
}

public static class ResentClientMessageListener implements PluginMessageListener {
@Override
public void onPluginMessageReceived(String channel, Player player, byte[] message) {
Expand Down

0 comments on commit 6c78f3f

Please sign in to comment.