Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CTimet committed May 13, 2022
1 parent 94563ab commit fee78ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class Event implements Listener
@EventHandler
public void onClick(PlayerInteractEvent event)
{
if (!isReadFinish) return;//test
if (!isReadFinish) return;

Action action = event.getAction();

Expand Down

0 comments on commit fee78ac

Please sign in to comment.