This commit is contained in:
InviseDivine
2026-03-29 00:16:19 +02:00
parent 470c28d83a
commit f016f00eab
5 changed files with 24 additions and 15 deletions

View File

@@ -49,6 +49,7 @@ void ServerPlayer::stopSleepInBed(bool forcefulWakeUp, bool updateLevelList, boo
void ServerPlayer::aiStep() {
updateAttackAnim();
super::aiStep();
Mob::aiStep();
}
void ServerPlayer::tick() {