Fix user persistence bug

This commit is contained in:
Michael VanOverbeek 2017-05-01 20:09:46 +00:00
parent 367e2dd641
commit f893cbf3a1

View file

@ -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