Skip to content

Commit 97b4ec6

Browse files
authored
Update VillagerNPC.java
1 parent 76bba0f commit 97b4ec6

File tree

1 file changed

+2
-2
lines changed
  • v1_21/src/main/java/me/matsubara/realisticvillagers/entity/v1_21/villager

1 file changed

+2
-2
lines changed

v1_21/src/main/java/me/matsubara/realisticvillagers/entity/v1_21/villager/VillagerNPC.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ public void stopAllInteractions() {
671671
stopExchangeables();
672672
stopInteracting();
673673
stopStayingInPlace();
674-
stopExpecting();
674+
675675
}
676676

677677
@Override
@@ -2282,4 +2282,4 @@ public boolean isExpectingBedFrom(UUID uuid) {
22822282
public boolean isInteracting() {
22832283
return interactingWith != null && interactType != null;
22842284
}
2285-
}
2285+
}

0 commit comments

Comments
 (0)