dont shake head here

This commit is contained in:
xGinko 2023-09-10 15:34:38 +02:00
parent 3f45bc51c0
commit bcfe328a9a

View File

@ -75,7 +75,6 @@ public class LevelVillagers implements VillagerOptimizerModule, Listener {
}, null, 100L); }, null, 100L);
} }
} else { } else {
wVillager.villager().shakeHead();
if (shouldNotify) { if (shouldNotify) {
Player player = (Player) event.getPlayer(); Player player = (Player) event.getPlayer();
final String timeLeft = CommonUtils.formatTime(wVillager.getLevelCooldownMillis(cooldown)); final String timeLeft = CommonUtils.formatTime(wVillager.getLevelCooldownMillis(cooldown));