fix: Fixes skills property not editable in-game (#1833)

This commit is contained in:
Kamron Batman 2024-06-13 22:00:02 -07:00 committed by GitHub
parent 19f65dcabe
commit b745ee1e7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1001,7 +1001,7 @@ public partial class Mobile : IHued, IComparable<Mobile>, ISpawnable, IObjectPro
public static IWeapon DefaultWeapon { get; set; }
[CommandProperty(AccessLevel.Counselor)]
[CommandProperty(AccessLevel.Counselor, canModify: true)]
public Skills Skills { get; private set; }
[CommandProperty(AccessLevel.Counselor, AccessLevel.Administrator)]