Skip to content

Commit

Permalink
oh yeah no that should be there
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRTTV committed Dec 1, 2024
1 parent 69ea5f2 commit 7e02d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public static void onServerTick() {
CUtil.sendAtPreciseTime(
System.nanoTime() + millisecondsUntilInteract * 1_000_000L,
ServerboundInteractPacket.createInteractionPacket(targetVillager, false, InteractionHand.MAIN_HAND),
() -> true,
VillagerCracker::isRunning,
() -> {
LocalPlayer player = Minecraft.getInstance().player;
if (player == oldPlayer) {
Expand Down

0 comments on commit 7e02d21

Please sign in to comment.