Skip to content

Commit

Permalink
perf: Optimize PlayerLatestListener logic
Browse files Browse the repository at this point in the history
  • Loading branch information
blank038 committed Dec 2, 2023
1 parent b8b4452 commit a202bc4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
import com.blank038.servermarket.data.DataContainer;
import com.blank038.servermarket.listen.AbstractListener;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerCommandSendEvent;

/**
* @author Blank038
*/
public class PlayerLatestListener extends AbstractListener
implements Listener {
public class PlayerLatestListener extends AbstractListener {

@EventHandler
public void onPlayerCommandSend(PlayerCommandSendEvent event) {
Expand Down

0 comments on commit a202bc4

Please sign in to comment.