alRex-U / ParCool

A Minecraft Forge Mod for action of Cool Parkour
GNU General Public License v3.0
46 stars 34 forks source link

Unexpected Rolling Animation in modded server #37

Closed alRex-U closed 2 years ago

alRex-U commented 2 years ago

It seems that rolling animation continue when it is played in multi player game with modded server. Bug report

CrispyMerchant commented 2 years ago

I've recently found this exact bug in my modded servers. It seems like the animations continue to loop as long as either of the "Flipping" animations were just executed. It's possible to get these animations to cease through doing either of the left or right dodge actions. I'm able to get consistent reproduction although I haven't found the exact cause for this issue.

alRex-U commented 2 years ago

Thanks! I maybe misunderstood the action of this bug as Roll. The cause must be a mistake about synchronization(but i cannot come up with why this occurs soon). Recently i made a commit to re-implement action classes. I hope that this bug has been fixed.

alRex-U commented 2 years ago

It would be best if I could test this

alRex-U commented 2 years ago

I finished test