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
Editing server property collections (Such as Administrators, Banned Players, and Mods) does not enable "Reset" and "Save Properties" buttons on the control tab.
If another property is changed which enables the "Reset" and "Save" buttons, the buttons function properly when saving collections.
List "set" accessor is used only when the List reference changes, not when items are added or removed from the list.
The text was updated successfully, but these errors were encountered:
In regards to this issue, I was going to create a new class expanding ObservableCollection to handle this. Being new to C# and this API framework, are there any special considerations I need to take into account? (Serialization, conversion, etc?)
Editing server property collections (Such as Administrators, Banned Players, and Mods) does not enable "Reset" and "Save Properties" buttons on the control tab.
If another property is changed which enables the "Reset" and "Save" buttons, the buttons function properly when saving collections.
List "set" accessor is used only when the List reference changes, not when items are added or removed from the list.
The text was updated successfully, but these errors were encountered: