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
in the StationUIManager.cs where StationUI.UIsettings.addOrRemoveItemFromStorageReq is processed clients that have a desynced item state could update the hosts value to the desycned one.
We need to change it such that only the host can send the response.
This case should not occure in normal playthrough as values seem to be synced good, but #234 could maybe lead to this.
The text was updated successfully, but these errors were encountered:
in the
StationUIManager.cs
whereStationUI.UIsettings.addOrRemoveItemFromStorageReq
is processed clients that have a desynced item state could update the hosts value to the desycned one.We need to change it such that only the host can send the response.
This case should not occure in normal playthrough as values seem to be synced good, but #234 could maybe lead to this.
The text was updated successfully, but these errors were encountered: