This commit is contained in:
2025-12-14 01:42:22 +01:00
parent 3fbaac2346
commit 60d509344c
2 changed files with 7 additions and 51 deletions

View File

@@ -637,7 +637,9 @@ namespace KCM
lastVillagerMoveMs = now;
}
if ((now - lastVillagerMoveMs) >= 15000 && (now - lastVillagerStallLogMs) >= 15000)
// Note: We now have proactive loadTickDelay refresh above, so villager stall detection
// is less critical. Only log if there's an actual extended stall with bad delay values.
if ((now - lastVillagerMoveMs) >= 30000 && (now - lastVillagerStallLogMs) >= 30000)
{
lastVillagerStallLogMs = now;
Main.helper.Log(