Wynntils / Wynntils-Legacy

Wynntils is a Wynncraft Mod that seeks to enhance the user's gameplay with a variety of customizable options and additions.
https://wynntils.com
GNU Affero General Public License v3.0
158 stars 91 forks source link

feat: Switch to discord-game-sdk4j and Activity Party bug fixes. #555

Closed Clashbestie closed 1 year ago

Clashbestie commented 2 years ago

Switch to discord-game-sdk4j to fix #486.

Fixes the pattern in RPCJoinHandler.java L248 (Now JoinHandler.java) not matching the actual GUI name. This could be a beta change, can somebody with Hero/Champion double check that?

Fixes RPCJoinHandler.java L204-205 causing the Menu to infinitely reopen itself forcing the user to play on the World originally set in the secret for the whole session.

Fixes RPCJoinHandler.java L71 sending the msg without checking if the world is actually correct (Wynncrafts autojoin cause this).

kristofbolyai commented 2 years ago

Seems promising!