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
When a mod uses the SortBuildsRemoteControlCommand the sort is right perform, but after the next builds refresh the previous sort by is reused.
This happens because when Buildron RC sends the same command it is intercepted by RemoteControlController.SendToServerSortBuilds method and the values are saved to ServerState:
When a mod uses the SortBuildsRemoteControlCommand the sort is right perform, but after the next builds refresh the previous sort by is reused.
This happens because when Buildron RC sends the same command it is intercepted by RemoteControlController.SendToServerSortBuilds method and the values are saved to ServerState:
but when a mod use the sortBuildsRemoteControlCommand it is intercepted by SortingController.Start method and no ServerState is updated:
The text was updated successfully, but these errors were encountered: