You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AO has supported updating the area and music list independently for a few versions now, yet still supports the legacy netcode behaviour of RM providing both, forcing the client needs to parse it on its own.
This adds unnecessary logic to what should be a very simple for loop to add them to the widget and creates ambiguity on the correct approach.
In the same heartbeat AO should consider changing MC to solely be used for music switching and introduce its own packet for area switching, thus finally resolving one of the most jarring netcode design of this decade.
The text was updated successfully, but these errors were encountered:
AO has supported updating the area and music list independently for a few versions now, yet still supports the legacy netcode behaviour of RM providing both, forcing the client needs to parse it on its own.
This adds unnecessary logic to what should be a very simple for loop to add them to the widget and creates ambiguity on the correct approach.
In the same heartbeat AO should consider changing MC to solely be used for music switching and introduce its own packet for area switching, thus finally resolving one of the most jarring netcode design of this decade.
The text was updated successfully, but these errors were encountered: