GlowstoneMC / Glowstone

A fast, customizable and compatible open source server for Minecraft: Java Edition
https://glowstone.net
Other
1.9k stars 273 forks source link

Fix SheepDyeWoolEvent cancellation visual glitch #929

Closed Mystiflow closed 6 years ago

Mystiflow commented 6 years ago

There appears to be a client-server desync which causes the client to think the sheep is dyed even when the server has not told the client so, and is only returned to normal until relogging. The updated behaviour sends the original metadata immediately, and the sheep appears as before dying the wool was attempted.

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

Mystiflow commented 6 years ago

Changed Status to In Progress as the held item count isn't resynced back to client.

Mystiflow commented 6 years ago

This PR is now ready

aramperes commented 6 years ago

Thank you for your contribution!