We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76bba0f commit 97b4ec6Copy full SHA for 97b4ec6
v1_21/src/main/java/me/matsubara/realisticvillagers/entity/v1_21/villager/VillagerNPC.java
@@ -671,7 +671,7 @@ public void stopAllInteractions() {
671
stopExchangeables();
672
stopInteracting();
673
stopStayingInPlace();
674
- stopExpecting();
+
675
}
676
677
@Override
@@ -2282,4 +2282,4 @@ public boolean isExpectingBedFrom(UUID uuid) {
2282
public boolean isInteracting() {
2283
return interactingWith != null && interactType != null;
2284
2285
-}
+}
0 commit comments