QuickplayMod / quickplay

Minecraft mod that allows Hypixel users to quickly join games and execute functions on the network.
https://bugg.co/quickplay/
Other
20 stars 5 forks source link

Daily Rewards multiple initGui calls #57

Closed robere2 closed 6 years ago

robere2 commented 6 years ago

Occasionally initGui seems to be called multiple times, which results in multiple of the same card. This means sometimes card backs are shown when they shouldn't be, for example. This seems to be because of the desynchronized nature of events. At the moment there is an extra componentList.clear() call on initGui() but that doesn't always do the trick.

robere2 commented 6 years ago

This might be fixed in commit bugfroggy/QuickplayPremium@fd89844.

robere2 commented 6 years ago

Closing until further notice. This should be fixed.