Fix user persistence bug
This commit is contained in:
parent
367e2dd641
commit
f893cbf3a1
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ namespace ShiftOS.Objects
|
|||
return count;
|
||||
}
|
||||
|
||||
public List<ClientSave> Users = new List<ClientSave>();
|
||||
public List<ClientSave> Users { get; set; }
|
||||
}
|
||||
|
||||
public class SettingsObject : DynamicObject
|
||||
|
|
Reference in a new issue