Skip to content

Commit

Permalink
Eclipse clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Dec 3, 2024
1 parent f32561c commit cbcd7e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public static void runWurstCommand(String command)
*/
public static void rightClickInGame()
{
submitAndWait(mc -> mc.doItemUse());
submitAndWait(MinecraftClient::doItemUse);
waitForWorldTicks(1);
}

Expand Down

0 comments on commit cbcd7e9

Please sign in to comment.