mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-09 00:33:00 +00:00
fix: elder guardian hitbox
This commit is contained in:
parent
f307d7b0eb
commit
02cac98645
|
|
@ -376,6 +376,7 @@ void Guardian::aiStep()
|
|||
{
|
||||
if (level->isClientSide)
|
||||
{
|
||||
updateSize(isElder());
|
||||
clientSideTailAnimationO = clientSideTailAnimation;
|
||||
|
||||
if (!isInWater())
|
||||
|
|
|
|||
Loading…
Reference in a new issue