Skip to content

Commit

Permalink
misc: bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather authored Nov 13, 2023
1 parent 3fc42f2 commit f22fc6a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ public void onPlayerInteractAtEntity(PlayerInteractAtEntityEvent e)
var player = e.getPlayer();
if (tracker.isDuplicatedRightClick(player))
{
logger.info("InteractAt, Duplicated RC: " + System.currentTimeMillis());
if (debugOutput.get())
logger.info("InteractAt, Duplicated RC: " + System.currentTimeMillis());

return;
}

Expand Down

0 comments on commit f22fc6a

Please sign in to comment.